mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Added --replace to mysqltest
Fixed that GROUP BY can take DESC
This commit is contained in:
@ -4,6 +4,7 @@ connection con1;
|
||||
set SQL_LOG_BIN=0;
|
||||
drop table if exists t1;
|
||||
create table t1(n int);
|
||||
--replace "errno = 2" "errno = X" "errno = 22" "errno = X"
|
||||
backup table t1 to '../bogus';
|
||||
backup table t1 to '../tmp';
|
||||
drop table t1;
|
||||
|
Reference in New Issue
Block a user