~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/mi_keycache.c

  • Committer: Monty Taylor
  • Date: 2008-10-27 23:19:48 UTC
  • mto: (520.4.12 merge-innodb-plugin)
  • mto: This revision was merged to the branch mainline in revision 563.
  • Revision ID: monty@inaugust.com-20081027231948-3kl6ss04plbakqcr
Split some more things out of common_includes.h.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
  SYNOPSIS
26
26
    mi_assign_to_key_cache()
27
27
      info          open table
28
 
      key_map       map of indexes to assign to the key cache
 
28
      key_map       map of indexes to assign to the key cache 
29
29
      key_cache_ptr pointer to the key cache handle
30
30
      assign_lock   Mutex to lock during assignment
31
31