~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_table.cc

  • Committer: Brian Aker
  • Date: 2010-10-24 19:39:04 UTC
  • mfrom: (1874.3.4 refactor)
  • Revision ID: brian@tangent.org-20101024193904-6c5a62rtd14bx9q4
Merge for "how do we make sure concurrent, are only concurrent"

Show diffs side-by-side

added added

removed removed

Lines of Context:
1439
1439
 
1440
1440
  /* Build a Table object to pass down to the engine, and the do the actual create. */
1441
1441
  if (not mysql_prepare_create_table(session, create_info, table_proto, alter_info,
1442
 
                                 internal_tmp_table,
1443
 
                                 &db_options,
1444
 
                                 &key_info_buffer, &key_count,
1445
 
                                 select_field_count))
 
1442
                                     internal_tmp_table,
 
1443
                                     &db_options,
 
1444
                                     &key_info_buffer, &key_count,
 
1445
                                     select_field_count))
1446
1446
  {
1447
1447
    boost_unique_lock_t lock(LOCK_open); /* CREATE TABLE (some confussion on naming, double check) */
1448
1448
    error= locked_create_event(session,