~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/mi_keycache.c

Merged in changes from Andrey.

Show diffs side-by-side

added added

removed removed

Lines of Context:
101
101
  share->key_cache= key_cache;
102
102
 
103
103
  /* store the key cache in the global hash structure for future opens */
104
 
  if (multi_key_cache_set((uchar*) share->unique_file_name,
 
104
  if (multi_key_cache_set((unsigned char*) share->unique_file_name,
105
105
                          share->unique_name_length,
106
106
                          share->key_cache))
107
107
    error= my_errno;