~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_open.c

Merged uint fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
107
107
*/
108
108
 
109
109
File my_register_filename(File fd, const char *FileName, enum file_type
110
 
                          type_of_file, uint error_message_number, myf MyFlags)
 
110
                          type_of_file, uint32_t error_message_number, myf MyFlags)
111
111
{
112
112
  if ((int) fd >= 0)
113
113
  {
159
159
{
160
160
  if (my_file_opened | my_stream_opened)
161
161
  {
162
 
    uint i;
 
162
    uint32_t i;
163
163
    for (i= 0 ; i < my_file_limit ; i++)
164
164
    {
165
165
      if (my_file_info[i].type != UNOPEN)