1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Removed empty lines.

This commit is contained in:
Igor Babaev
2010-11-02 16:04:39 -07:00
parent c186b79b19
commit 1f70c2a67c

View File

@ -51,7 +51,3 @@ EXPLAIN
WHERE t3.v = t2.v AND t3.i < t2.i AND t3.pk > 0 AND t2.pk > 0;
DROP TABLE t1,t2,t3;