~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_table.cc

  • Committer: Monty Taylor
  • Date: 2008-10-23 06:29:32 UTC
  • mto: This revision was merged to the branch mainline in revision 557.
  • Revision ID: monty@inaugust.com-20081023062932-d4zxq466vtrfs4jk
Moved some bitmap defines into bitmap.

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;