CREATE OR REPLACE TABLE
(MDEV-5491)
|
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 10.0.8 |
| Type: | Technical task | Priority: | Minor |
| Reporter: | Elena Stepanova | Assignee: | Michael Widenius |
| Resolution: | Won't Fix | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||
| Description |
|
The following set of commands ends with the error "ERROR 1100 (HY000): Table 't1' was not locked with LOCK TABLES" which is untrue and hence confusing:
Test case:
|
| Comments |
| Comment by Michael Widenius [ 2014-02-06 ] |
|
I don't think I can do much about this This is the same error that you would get from: create table t1 (a int) engine = myisam; This gives the error "Table 't1' was not locked with LOCK TABLES" |
| Comment by Michael Widenius [ 2014-02-06 ] |
|
Same error as with other similar usage of locked tables. |