[MDEV-5439] Redundant CONNECT error Created: 2013-12-13  Updated: 2013-12-23  Resolved: 2013-12-23

Status: Closed
Project: MariaDB Server
Component/s: None
Affects Version/s: 10.0.6
Fix Version/s: 10.0.8

Type: Bug Priority: Trivial
Reporter: Federico Razzoli Assignee: Olivier Bertrand
Resolution: Not a Bug Votes: 0
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)



 Comments   
Comment by Olivier Bertrand [ 2013-12-23 ]

A blank name is a wrong name. as in:
create table t1 engine=connect table_type='stupid';
This returns the same error message.

Generated at Thu Feb 08 07:04:23 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.