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

Fix typos that crept into ChangeSet for fix for Bug #11045.

This commit is contained in:
jimw@mysql.com
2005-07-06 18:56:10 -07:00
parent f1ac600a7e
commit 8e731bbede
2 changed files with 2 additions and 2 deletions

View File

@ -1087,7 +1087,7 @@ int ha_federated::write_row(byte *buf)
{
uint x= 0, num_fields= 0;
Field **field;
query_id_it current_query_id= 1;
query_id_t current_query_id= 1;
ulong tmp_query_id= 1;
uint all_fields_have_same_query_id= 1;

View File

@ -199,7 +199,7 @@ static int check_update_fields(THD *thd, TABLE_LIST *insert_table_list,
List<Item> &update_fields)
{
TABLE *table= insert_table_list->table;
query_id_it timestamp_query_id;
query_id_t timestamp_query_id;
LINT_INIT(timestamp_query_id);
/*