~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table.cc

  • Committer: Jay Pipes
  • Date: 2009-05-18 18:21:37 UTC
  • mto: This revision was merged to the branch mainline in revision 1027.
  • Revision ID: jpipes@serialcoder-20090518182137-u4dkiswysy24s8rc
Code style cleanups and removal of st_parsing_options.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2136
2136
  ' ' at the end
2137
2137
  returns 1 on error
2138
2138
*/
2139
 
 
2140
 
 
2141
2139
bool check_table_name(const char *name, uint32_t length)
2142
2140
{
2143
2141
  if (!length || length > NAME_LEN || name[length - 1] == ' ')