mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +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:
@ -482,9 +482,12 @@ check_or_range("id3","select_range_key2");
|
||||
|
||||
# Check reading on direct key on id and id3
|
||||
|
||||
check_select_key("id","select_key_prefix");
|
||||
check_select_key2("id","id2","select_key");
|
||||
check_select_key("id3","select_key2");
|
||||
check_select_key("*","id","select_key_prefix");
|
||||
check_select_key2("*","id","id2","select_key");
|
||||
check_select_key2("id,id2","id","id2","select_key_return_key");
|
||||
check_select_key("*","id3","select_key2");
|
||||
check_select_key("id3","id3","select_key2_return_key");
|
||||
check_select_key("id1,id2","id3","select_key2_return_prim");
|
||||
|
||||
####
|
||||
#### A lot of simple selects on ranges
|
||||
|
Reference in New Issue
Block a user