1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Bug #42778: delete order by null global variable causes

assertion .\filesort.cc, line 797

Minor fix to test case (embedded server failure).
This commit is contained in:
Gleb Shchepa
2009-05-22 11:44:11 +05:00
parent 387a54fbbd
commit f5c9308184
2 changed files with 0 additions and 12 deletions

View File

@ -1207,9 +1207,6 @@ SET GLOBAL server_id = @old_server_id;
#
SELECT @@GLOBAL.INIT_FILE, @@GLOBAL.INIT_FILE IS NULL;
SELECT @@GLOBAL.REPORT_HOST, @@GLOBAL.REPORT_HOST IS NULL;
SELECT @@GLOBAL.REPORT_PASSWORD, @@GLOBAL.REPORT_PASSWORD IS NULL;
SELECT @@GLOBAL.REPORT_USER, @@GLOBAL.REPORT_USER IS NULL;
CREATE TABLE t1 (a INT);
INSERT INTO t1 VALUES ();