~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_access.cc

  • Committer: Monty Taylor
  • Date: 2009-03-24 17:44:41 UTC
  • mto: (960.5.2 mordred)
  • mto: This revision was merged to the branch mainline in revision 964.
  • Revision ID: mordred@inaugust.com-20090324174441-nmsq0gwjlgf7f0mt
Changed handlerton to StorageEngine.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
  List of file names that causes problem on windows
21
21
 
22
22
  NOTE that one can also not have file names of type CON.TXT
23
 
  
 
23
 
24
24
  NOTE: it is important to keep "CLOCK$" on the first place,
25
25
  we skip it in check_if_legal_tablename.
26
26
*/
33
33
  NULL
34
34
};
35
35
 
36
 
#define MAX_RESERVED_NAME_LENGTH 6
37
 
 
38
36
 
39
37
/*
40
38
  Looks up a null-terminated string in a list,
41
39
  case insensitively.
42
 
 
 
40
 
43
41
  SYNOPSIS
44
42
    str_list_find()
45
43
    list        list of items
91
89
 
92
90
/*
93
91
  Check if a table name may cause problems
94
 
 
 
92
 
95
93
  SYNOPSIS
96
94
    check_if_legal_tablename
97
95
    name        Table name (without any extensions)