~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table.cc

  • Committer: Brian Aker
  • Date: 2009-05-18 23:23:17 UTC
  • mfrom: (1014.4.10 refactor-lex)
  • Revision ID: brian@gaz-20090518232317-50gdzwjsp7osgh35
Merge Jay

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] == ' ')