~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/blackhole/ha_blackhole.cc

mergingĀ fromĀ main

Show diffs side-by-side

added added

removed removed

Lines of Context:
232
232
      goto error;
233
233
 
234
234
    share->table_name_length= length;
235
 
    strmov(share->table_name, table_name);
 
235
    stpcpy(share->table_name, table_name);
236
236
    
237
237
    if (my_hash_insert(&blackhole_open_tables, (uchar*) share))
238
238
    {