mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
Add warning supressions for bug#31590 and bug#26402 that gort lost when
moving the supressions from perl to SQL
This commit is contained in:
parent
9b936dae90
commit
9ac15b610e
1 changed files with 9 additions and 0 deletions
|
@ -201,6 +201,15 @@ INSERT INTO global_supressions VALUES
|
||||||
("Slave: Can't DROP 'c7'.* 1091"),
|
("Slave: Can't DROP 'c7'.* 1091"),
|
||||||
("Slave: Key column 'c6'.* 1072"),
|
("Slave: Key column 'c6'.* 1072"),
|
||||||
|
|
||||||
|
/* Test case for Bug#31590 in order_by.test produces the following error */
|
||||||
|
("Out of sort memory; increase server sort buffer size"),
|
||||||
|
|
||||||
|
/* Special case for Bug #26402 in show_check.test
|
||||||
|
- Question marks are not valid file name parts on Windows. Ignore
|
||||||
|
this error message.
|
||||||
|
*/
|
||||||
|
("Can't find file: '.\\\\test\\\\\\?{8}.frm'"),
|
||||||
|
|
||||||
("THE_LAST_SUPPRESSION")||
|
("THE_LAST_SUPPRESSION")||
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue