mirror of
https://github.com/MariaDB/server.git
synced 2025-09-02 09:41:40 +03:00
Fixed portablity problem
Removed warnings from mysqltest scripts
This commit is contained in:
@@ -1588,7 +1588,7 @@ INSERT INTO t1 (id) VALUES (NULL);
|
||||
SELECT * FROM t1;
|
||||
DROP TABLE t2, t1;
|
||||
|
||||
-- Test that foreign keys in temporary tables are not accepted (bug #12084)
|
||||
# Test that foreign keys in temporary tables are not accepted (bug #12084)
|
||||
eval CREATE TABLE t1
|
||||
(
|
||||
id INT PRIMARY KEY
|
||||
|
@@ -111,7 +111,7 @@ SET @@autocommit=1;
|
||||
|
||||
connection default;
|
||||
--echo connection default
|
||||
-- This should be 'YES'.
|
||||
# This should be 'YES'.
|
||||
SHOW VARIABLES LIKE 'have_query_cache';
|
||||
|
||||
SET GLOBAL query_cache_size = 200000;
|
||||
|
Reference in New Issue
Block a user