mariadb/storage/innodb_plugin/dict
Annamalai Gurusami b39370bc93 Bug #11753153 INNODB GENERATES SYMBOLS THAT ARE TOO LONG, INVALID DDL
FROM SHOW CREATE

Problem: The length of the internally generated foreign key name 
is not checked. 

Solution: The length of the internally generated foreign key name is
checked.  If it is greater than the allowed limit, an error message
is reported. Also, the constraint name is printed in the same manner
as the table name, using the system charset information.

rb://1969 approved by Marko.
2013-02-12 14:52:48 +05:30
..
dict0boot.c Bug#53578: assert on invalid page access, in fil_io() 2010-05-24 14:04:39 +03:00
dict0crea.c Bug #11753153 INNODB GENERATES SYMBOLS THAT ARE TOO LONG, INVALID DDL 2013-02-12 14:52:48 +05:30
dict0dict.c Bug #11753153 INNODB GENERATES SYMBOLS THAT ARE TOO LONG, INVALID DDL 2013-02-12 14:52:48 +05:30
dict0load.c Bug#11758510 (#50723): INNODB CHECK TABLE FATAL SEMAPHORE WAIT TIMEOUT POSSIBLY TOO SHORT FOR BI 2012-04-27 19:38:13 +09:00
dict0mem.c Implement UNIV_BLOB_DEBUG. An early version of this caught Bug #55284. 2011-02-08 12:56:23 +02:00