1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

merged mysql-5.1->mysql-5.1-security

This commit is contained in:
Georgi Kodinov
2012-02-06 18:24:51 +02:00
45 changed files with 1343 additions and 3571 deletions

View File

@ -0,0 +1,4 @@
CREATE TABLE bug11754376 (c INT) ENGINE=INNODB;
SET SESSION DEBUG='+d,test_normalize_table_name_low';
DROP TABLE bug11754376;
SET SESSION DEBUG='-d,test_normalize_table_name_low';