~stewart/drizzle/embedded-innodb-select-for-update

« back to all changes in this revision

Viewing changes to drizzled/set_var.cc

  • Committer: Stewart Smith
  • Date: 2010-08-05 16:46:49 UTC
  • mfrom: (1283.156.85)
  • Revision ID: stewart@flamingspork.com-20100805164649-c2084khzo8y1igk5
Merged embedded-innodb-sec-index-prev into embedded-innodb-select-for-update.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1495
1495
int mysql_add_sys_var_chain(sys_var *first, struct option *long_options)
1496
1496
{
1497
1497
  sys_var *var;
1498
 
  /* A write lock should be held on LOCK_system_variables_hash */
 
1498
  /* @todo for future A write lock should be held on LOCK_system_variables_hash */
1499
1499
 
1500
1500
  for (var= first; var; var= var->getNext())
1501
1501
  {