~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_parse.cc

  • Committer: Brian Aker
  • Date: 2009-08-03 15:50:04 UTC
  • mfrom: (1106.3.2 heap)
  • Revision ID: brian@gaz-20090803155004-tq6ec51i68ay1aye
Merge of Brian

Show diffs side-by-side

added added

removed removed

Lines of Context:
506
506
                              (1L << (uint32_t) DRIZZLE_ERROR::WARN_LEVEL_ERROR));
507
507
    break;
508
508
  }
509
 
  case SQLCOM_ASSIGN_TO_KEYCACHE:
510
 
  {
511
 
    assert(first_table == all_tables && first_table != 0);
512
 
    res= mysql_assign_to_keycache(session, first_table, &lex->ident);
513
 
    break;
514
 
  }
515
509
  case SQLCOM_SHOW_ENGINE_STATUS:
516
510
    {
517
511
      res = ha_show_status(session, lex->show_engine, HA_ENGINE_STATUS);