~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to conf/bug46646.yy

merge from internal tree

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
query:
 
2
        transaction |
 
3
        UPDATE _table AS X SET _field_no_pk = _digit WHERE X . `pk` = ( SELECT `pk` FROM _table WHERE `pk` = _digit ) LIMIT 5;
 
4
 
 
5
transaction:
 
6
        START TRANSACTION |
 
7
        SELECT SLEEP( 1 );