1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Cleanup during review of new code

Fixed wrong allocation that could cause buffer overrun when using join cache
This commit is contained in:
monty@mishka.local
2005-06-21 18:18:58 +03:00
parent f36ee2a96d
commit 1524cd001d
8 changed files with 72 additions and 54 deletions

View File

@ -1,6 +1,7 @@
DROP TABLE IF EXISTS t1,t2,t3;
DROP TABLE IF EXISTS t1,t2,t3,t2aA,t1Aa;
DROP DATABASE IF EXISTS `TEST_$1`;
DROP DATABASE IF EXISTS `test_$1`;
DROP DATABASE mysqltest_LC2;
CREATE TABLE T1 (a int);
INSERT INTO T1 VALUES (1);
SHOW TABLES LIKE "T1";