1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

An interim code cleanup.

Major re-write of code yet has to be done, to circumvent
assigning of UNIT to current select and to deal better with 
offset, limit.
This commit is contained in:
Sinisa@sinisa.nasamreza.org
2003-03-07 21:47:04 +02:00
parent 57ed8b11fd
commit 4d4ac0ede3
3 changed files with 4 additions and 6 deletions

View File

@ -267,4 +267,3 @@ id select_type table type possible_keys key key_len ref rows Extra
1 PRIMARY t1 const PRIMARY PRIMARY 4 const 1
2 UNION t1 ref b b 5 const 1 Using where
drop table t1,t2;
>>>>>>>