mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 13:02:28 +01:00
503c0e1c08
mysql-test/r/init_file.result: Add new file init_file.result mysql-test/r/mysql_client_test.result: Add new file mysql_client_test.result
16 lines
102 B
Text
16 lines
102 B
Text
ok
|
|
end of 4.1 tests
|
|
select * from t1;
|
|
x
|
|
3
|
|
5
|
|
7
|
|
11
|
|
13
|
|
select * from t2;
|
|
y
|
|
30
|
|
3
|
|
11
|
|
13
|
|
drop table t1, t2;
|