mariadb/storage/innobase/handler
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
..
ha_innodb.cc Bug #19929435 DROP DATABASE HANGS WITH MALFORMED TABLE 2015-09-22 06:21:13 +02:00
ha_innodb.h Updated/added copyright header. Added line "use is subject to license terms" 2014-02-17 18:19:04 +05:30
handler0alter.cc Bug #18010711 UNIQUE PREFIX INDEX ON BINARY COLUMN: 2014-02-17 13:45:34 +05:30
i_s.cc Bug#18776592 INNODB: FAILING ASSERTION: PRIMARY_KEY_NO == -1 || 2014-06-25 09:50:17 +05:30
i_s.h Fixing the bug 16919882 - WRONG FSF ADDRESS IN LICENSES HEADERS 2013-06-10 22:29:41 +02:00