mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 06:44:16 +01:00
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;
|