Commit 0f9a9078 authored by unknown's avatar unknown
Browse files

Merge bk-internal.mysql.com:/home/bk/mysql-5.0

into  mysql.com:/opt/local/work/mysql-5.0-root


sql/sql_parse.cc:
  Auto merged
parents 943edab9 17d5f37b
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -2617,7 +2617,7 @@ mysql_execute_command(THD *thd)
      goto error; /* purecov: inspected */
    thd->enable_slow_log= opt_log_slow_admin_statements;
    res = mysql_backup_table(thd, first_table);
    (TABLE_LIST*) select_lex->table_list.first=first_table;
    select_lex->table_list.first= (byte*) first_table;
    lex->query_tables=all_tables;
    break;
  }
@@ -2630,7 +2630,7 @@ mysql_execute_command(THD *thd)
      goto error; /* purecov: inspected */
    thd->enable_slow_log= opt_log_slow_admin_statements;
    res = mysql_restore_table(thd, first_table);
    (TABLE_LIST*) select_lex->table_list.first=first_table;
    select_lex->table_list.first= (byte*) first_table;
    lex->query_tables=all_tables;
    break;
  }
@@ -3134,7 +3134,7 @@ mysql_execute_command(THD *thd)
        mysql_bin_log.write(&qinfo);
      }
    }
    (TABLE_LIST*) select_lex->table_list.first=first_table;
    select_lex->table_list.first= (byte*) first_table;
    lex->query_tables=all_tables;
    break;
  }
@@ -3146,7 +3146,7 @@ mysql_execute_command(THD *thd)
      goto error; /* purecov: inspected */
    thd->enable_slow_log= opt_log_slow_admin_statements;
    res = mysql_check_table(thd, first_table, &lex->check_opt);
    (TABLE_LIST*) select_lex->table_list.first=first_table;
    select_lex->table_list.first= (byte*) first_table;
    lex->query_tables=all_tables;
    break;
  }
@@ -3168,7 +3168,7 @@ mysql_execute_command(THD *thd)
        mysql_bin_log.write(&qinfo);
      }
    }
    (TABLE_LIST*) select_lex->table_list.first=first_table;
    select_lex->table_list.first= (byte*) first_table;
    lex->query_tables=all_tables;
    break;
  }
@@ -3193,7 +3193,7 @@ mysql_execute_command(THD *thd)
        mysql_bin_log.write(&qinfo);
      }
    }
    (TABLE_LIST*) select_lex->table_list.first=first_table;
    select_lex->table_list.first= (byte*) first_table;
    lex->query_tables=all_tables;
    break;
  }