~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/blackhole/ha_blackhole.cc

  • Committer: Brian Aker
  • Date: 2008-09-28 04:30:30 UTC
  • mfrom: (411.1.1 drizzle)
  • Revision ID: brian@gir.tangent.org-20080928043030-opk05wfxspweeina
Merge of my GNU stuff

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
 
    stpcpy(share->table_name, table_name);
 
235
    my_stpcpy(share->table_name, table_name);
236
236
    
237
237
    if (my_hash_insert(&blackhole_open_tables, (uchar*) share))
238
238
    {