1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-21 06:21:35 +03:00

- Update test results (trivial)

- Code cleanup: remove garbage comments
This commit is contained in:
Sergey Petrunya
2011-05-29 01:47:24 +04:00
parent 6f17421c27
commit ded7342daa
4 changed files with 2 additions and 35 deletions

View File

@@ -1,5 +1,7 @@
set @@optimizer_switch='materialization=on,in_to_exists=off,semijoin=off';
drop table if exists t1, t2, t3, t1i, t2i, t3i;
drop table if exists columns;
drop table if exists t1_16, t2_16, t3_16;
drop view if exists v1, v2, v1m, v2m;
create table t1 (a1 char(8), a2 char(8));
create table t2 (b1 char(8), b2 char(8));