1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

post push patch of bug#49369 updating test by removing

select of platform dependend variable.
This commit is contained in:
Mattias Jonsson
2009-12-16 08:45:25 +01:00
parent a39a91112e
commit 2cb6f123b6
2 changed files with 0 additions and 4 deletions

View File

@@ -8,9 +8,6 @@ SELECT @org_key_cache_buffer_size:= @@global.default.key_buffer_size;
SET @@global.default.key_buffer_size = 1;
Warnings:
Warning 1292 Truncated incorrect key_buffer_size value: '1'
SELECT @@global.default.key_buffer_size;
@@global.default.key_buffer_size
36
CREATE TABLE t1 (
a INT,
b INT,