1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

lock option in table list

This commit is contained in:
bell@sanja.is.com.ua
2002-11-23 18:54:15 +02:00
parent ec17cac968
commit 065f3e572c
3 changed files with 14 additions and 28 deletions

View File

@ -1282,4 +1282,7 @@ List<String>* st_select_lex::get_ignore_index()
return ignore_index_ptr;
}
// There are st_select_lex::add_table_to_list in sql_parse.cc
/*
There are st_select_lex::add_table_to_list &
st_select_lex::set_lock_for_tables in sql_parse.cc
*/