Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Trivial
-
Resolution: Not a Bug
-
Affects Version/s: 10.0.6
-
Fix Version/s: 10.0.8
-
Component/s: None
-
Labels:None
Description
MariaDB [test]> CREATE TABLE t (c INT) ENGINE=CONNECT TABLE_TYPE='';
ERROR 1105 (HY000): Unsupported table type
Error (Code 1105): Unsupported table type
Error (Code 1005): Can't create table `test`.`t` (errno: 122 "Internal (unspecified) error in handler")
MariaDB [test]> SHOW COUNT(*) WARNINGS;
+-------------------------+
| @@session.warning_count |
+-------------------------+
| 2 |
+-------------------------+
1 row in set (0.01 sec)
Gliffy Diagrams
Attachments
Activity
- All
- Comments
- Work Log
- History
- Activity
- Transitions
A blank name is a wrong name. as in:
create table t1 engine=connect table_type='stupid';
This returns the same error message.