1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-01 03:26:54 +03:00
Files
mariadb/mysql-test/suite/innodb/t
Annamalai Gurusami 8ea80ecfeb Bug #19929435 DROP DATABASE HANGS WITH MALFORMED TABLE
Note: Backporting the patch from mysql-5.6.

Problem:

A CREATE TABLE with an invalid table name is detected
at SQL layer. So the table name is reset to an empty
string.  But the storage engine is called with this
empty table name.  The table name is specified as
"database/table".  So, in the given scenario we get
only "database/".

Solution:

Within InnoDB, detect this error and report it to
higher layer.

rb#9274 approved by jimmy.
2015-09-22 06:21:13 +02:00
..
2010-05-05 13:13:05 +03:00
2011-08-19 09:06:50 +02:00
2010-10-04 13:38:05 +03:00
2012-02-17 11:52:51 +02:00
2011-11-10 16:50:34 +02:00
2010-06-20 22:43:34 +02:00
2013-09-12 21:26:15 +02:00
2015-04-09 16:43:33 +03:00