~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to conf/runtime/WL5004_sql.yy

Adjustment to open bugs

Show diffs side-by-side

added added

removed removed

Lines of Context:
1290
1290
drop_event:
1291
1291
        DROP EVENT if_exists event_item_s ;
1292
1292
alter_event:
1293
 
        ALTER EVENT event_item_s COMMENT 'UPDATED NOW()';
 
1293
        # Disabled because of
 
1294
        #    Bug#44171 KILL ALTER EVENT can crash the server
 
1295
        # ALTER EVENT event_item_s COMMENT 'UPDATED NOW()';
 
1296
        ;
1294
1297
 
1295
1298
########## DML ####################
1296
1299
 
1554
1557
        #    Bug#54117 crash in thr_multi_unlock, temporary table
1555
1558
        #    Bug#54553 Innodb asserts in ha_innobase::update_row, temporary table, table lock
1556
1559
        # READ local_or_empty      |
1557
 
        low_priority WRITE       |
 
1560
        # low_priority WRITE       |
1558
1561
        IN SHARE MODE nowait     |
1559
1562
        IN SHARE MODE nowait     |
1560
1563
        IN SHARE MODE nowait     |