mirror of
https://github.com/MariaDB/server.git
synced 2025-08-31 22:22:30 +03:00
Merged some functions and removed some unused client functions.
Remember UNION for ALTER TABLE Added test for if we are supporting transactions. Don't allow REPLACE to replace a row when we have generated an auto_increment key Fixed bug when using BLOB keys Fixed bug in SET @variable=user.
This commit is contained in:
@@ -120,14 +120,14 @@ UserId
|
||||
b
|
||||
1
|
||||
table type possible_keys key key_len ref rows Extra
|
||||
t3 index a a 4 NULL 6 Using index; Using temporary
|
||||
t3 index a a 5 NULL 6 Using index; Using temporary
|
||||
t2 index a a 4 NULL 5 Using index; Distinct
|
||||
t1 eq_ref PRIMARY PRIMARY 4 t2.a 1 where used; Distinct
|
||||
a
|
||||
1
|
||||
table type possible_keys key key_len ref rows Extra
|
||||
t1 index PRIMARY PRIMARY 4 NULL 2 Using index; Using temporary
|
||||
t3 ref a a 5 t1.a 12 Using index; Distinct
|
||||
t3 ref a a 5 t1.a 10 Using index; Distinct
|
||||
a
|
||||
1
|
||||
2
|
||||
|
Reference in New Issue
Block a user