1
0
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:
Sinisa@sinisa.nasamreza.org
2002-06-18 17:38:06 +03:00
parent 73ffcf6ec6
commit 6ad30c9b2d
3 changed files with 7 additions and 3 deletions

View File

@@ -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
}