Details
-
Bug
-
Status: Closed (View Workflow)
-
Trivial
-
Resolution: Not a Bug
-
10.0.6
-
None
-
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) |