~mdcallag/+junk/5.1-map

« back to all changes in this revision

Viewing changes to storage/federated/ha_federated.h

  • Committer: msvensson at pilot
  • Date: 2007-04-24 09:11:45 UTC
  • mfrom: (2469.1.106)
  • Revision ID: sp1r-msvensson@pilot.blaudden-20070424091145-10463
Merge pilot.blaudden:/home/msvensson/mysql/my51-m-mysql_upgrade
into  pilot.blaudden:/home/msvensson/mysql/mysql-5.1-maint

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
  The example implements the minimum of what you will probably need.
44
44
*/
45
45
typedef struct st_federated_share {
 
46
  MEM_ROOT mem_root;
 
47
 
46
48
  bool parsed;
47
49
  /* this key is unique db/tablename */
48
50
  const char *share_key;
67
69
  char *sport;
68
70
  int share_key_length;
69
71
  ushort port;
 
72
 
70
73
  uint table_name_length, server_name_length, connect_string_length, use_count;
71
74
  pthread_mutex_t mutex;
72
75
  THR_LOCK lock;