~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_access.c

  • Committer: Brian Aker
  • Date: 2008-10-06 06:47:29 UTC
  • Revision ID: brian@tangent.org-20081006064729-2i9mhjkzyvow9xsm
RemoveĀ uint.

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
 
36
38
 
37
39
/*
38
40
  Looks up a null-terminated string in a list,
39
41
  case insensitively.
40
 
 
 
42
 
41
43
  SYNOPSIS
42
44
    str_list_find()
43
45
    list        list of items
89
91
 
90
92
/*
91
93
  Check if a table name may cause problems
92
 
 
 
94
 
93
95
  SYNOPSIS
94
96
    check_if_legal_tablename
95
97
    name        Table name (without any extensions)