1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Post-commit test fixes

- 12d75e6121 - new thread stack size
- 99e48cb1d9 - warning text changed
- 6c173324ff - default values for BLOBs
- c87e002bbb - don't return a negative zero
This commit is contained in:
Elena Stepanova
2016-07-02 03:26:32 +03:00
parent 06acd7a2fc
commit 1d2fa98260
24 changed files with 2427 additions and 2428 deletions

View File

@@ -1,7 +1,7 @@
DROP TABLE IF EXISTS t9;
CREATE TABLE t9(c1 INTEGER NOT NULL);
DROP INDEX i1 ON t9;
ERROR 42000: Can't DROP 'i1'; check that column/key exists
ERROR 42000: Can't DROP `i1`; check that it exists
DROP TABLE t9;
SHOW TABLES;
Tables_in_test