mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Fixed problem with innodb_log_group_home_dir and SHOW VARIABLES
Docs/manual.texi: Updated TODO for 4.0 sql/mysqld.cc: Cleanup sql/opt_range.cc: Cleanup
This commit is contained in:
@ -1291,7 +1291,8 @@ and_all_keys(SEL_ARG *key1,SEL_ARG *key2,uint clone_flag)
|
||||
}
|
||||
if (key1->type == SEL_ARG::MAYBE_KEY)
|
||||
{
|
||||
key1->right=key1->left= &null_element; key1->next=key1->prev=0;
|
||||
key1->right= key1->left= &null_element;
|
||||
key1->next= key1->prev= 0;
|
||||
}
|
||||
for (next=key1->first(); next ; next=next->next)
|
||||
{
|
||||
|
Reference in New Issue
Block a user