mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Fixed some comments , plus introduced some tests so that I do not
make some new mistakes.
This commit is contained in:
@@ -506,7 +506,7 @@ multi_update::prepare(List<Item> &values)
|
||||
void
|
||||
multi_update::initialize_tables(JOIN *join)
|
||||
{
|
||||
/*
|
||||
#ifdef NOT_YET
|
||||
We skip it as it only makes a mess ...........
|
||||
TABLE_LIST *walk;
|
||||
table_map tables_to_update_from=0;
|
||||
@@ -522,12 +522,12 @@ multi_update::initialize_tables(JOIN *join)
|
||||
{
|
||||
We are going to update from this table
|
||||
TABLE *tbl=walk->table=tab->table;
|
||||
Don't use KEYREAD optimization on this table
|
||||
/* Don't use KEYREAD optimization on this table */
|
||||
tbl->no_keyread=1;
|
||||
walk=walk->next;
|
||||
}
|
||||
}
|
||||
*/
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user