~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_show.cc

  • Committer: Brian Aker
  • Date: 2008-08-20 03:21:20 UTC
  • Revision ID: brian@tangent.org-20080820032120-lv3c5pu3owhex19j
flag cleanup

Show diffs side-by-side

added added

removed removed

Lines of Context:
2446
2446
  key_length= create_table_def_key(thd, key, &table_list, 0);
2447
2447
  pthread_mutex_lock(&LOCK_open);
2448
2448
  share= get_table_share(thd, &table_list, key,
2449
 
                         key_length, OPEN_VIEW, &error);
 
2449
                         key_length, 0, &error);
2450
2450
  if (!share)
2451
2451
  {
2452
2452
    res= 0;
4601
4601
   create_schema_table, fill_schema_coll_charset_app, 0, 0, -1, -1, 0, 0},
4602
4602
  {"COLUMNS", columns_fields_info, create_schema_table, 
4603
4603
   get_all_tables, make_columns_old_format, get_schema_column_record, 1, 2, 0,
4604
 
   OPTIMIZE_I_S_TABLE|OPEN_VIEW_FULL},
 
4604
   OPTIMIZE_I_S_TABLE},
4605
4605
  {"GLOBAL_STATUS", variables_fields_info, create_schema_table,
4606
4606
   fill_status, make_old_format, 0, -1, -1, 0, 0},
4607
4607
  {"GLOBAL_VARIABLES", variables_fields_info, create_schema_table,