~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_table.cc

  • Committer: Monty Taylor
  • Date: 2008-10-24 03:26:55 UTC
  • mfrom: (553.1.3 fix-headers)
  • Revision ID: monty@inaugust.com-20081024032655-oi71kk4m28zsy6oi
Merged fix-headers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
99
99
  RETURN
100
100
    File name length.
101
101
*/
102
 
 
103
102
uint32_t tablename_to_filename(const char *from, char *to, uint32_t to_length)
104
103
{
105
104
  uint32_t errors, length;