1
0
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:
monty@donna.mysql.com
2001-02-13 12:39:50 +02:00
parent ffe3029814
commit fbedc9719e
6 changed files with 914 additions and 59 deletions

View File

@ -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;