mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +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:
@ -1470,15 +1470,6 @@ SET GLOBAL server_id = @old_server_id;
|
||||
SELECT @@GLOBAL.INIT_FILE, @@GLOBAL.INIT_FILE IS NULL;
|
||||
@@GLOBAL.INIT_FILE @@GLOBAL.INIT_FILE IS NULL
|
||||
NULL 1
|
||||
SELECT @@GLOBAL.REPORT_HOST, @@GLOBAL.REPORT_HOST IS NULL;
|
||||
@@GLOBAL.REPORT_HOST @@GLOBAL.REPORT_HOST IS NULL
|
||||
NULL 1
|
||||
SELECT @@GLOBAL.REPORT_PASSWORD, @@GLOBAL.REPORT_PASSWORD IS NULL;
|
||||
@@GLOBAL.REPORT_PASSWORD @@GLOBAL.REPORT_PASSWORD IS NULL
|
||||
NULL 1
|
||||
SELECT @@GLOBAL.REPORT_USER, @@GLOBAL.REPORT_USER IS NULL;
|
||||
@@GLOBAL.REPORT_USER @@GLOBAL.REPORT_USER IS NULL
|
||||
NULL 1
|
||||
CREATE TABLE t1 (a INT);
|
||||
INSERT INTO t1 VALUES ();
|
||||
SET @bug42778= @@sql_safe_updates;
|
||||
|
Reference in New Issue
Block a user