diff options
Diffstat (limited to 'storage/maria/tablockman.c')
-rw-r--r-- | storage/maria/tablockman.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/storage/maria/tablockman.c b/storage/maria/tablockman.c index d8dffa09a5e..810c6c12ea4 100644 --- a/storage/maria/tablockman.c +++ b/storage/maria/tablockman.c @@ -1,5 +1,5 @@ -#warning TODO - allocate everything from dynarrays !!! (benchmark) -#warning automatically place S instead of LS if possible +/* QQ: TODO - allocate everything from dynarrays !!! (benchmark) */ +/* QQ: automatically place S instead of LS if possible */ /* Copyright (C) 2006 MySQL AB This program is free software; you can redistribute it and/or modify @@ -219,7 +219,7 @@ static const enum lockman_getlock_result getlock_result[10][10]= */ struct st_table_lock { -#warning do we need upgraded_from ? + /* QQ: do we need upgraded_from ? */ struct st_table_lock *next_in_lo, *upgraded_from, *next, *prev; struct st_locked_table *table; uint16 loid; |