Commit 1ada2a23 authored by unknown's avatar unknown

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


sql/ha_federated.cc:
  Fix typo
sql/sql_insert.cc:
  Fix typo
parent 2801882b
......@@ -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;
......
......@@ -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);
/*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment