Open
Description
mysql> begin;
Query OK, 0 rows affected (0.00 sec)
mysql> select * from t5 limit 1 for update;
+--------------------+------+------+
| id | name | sex |
+--------------------+------+------+
| 940051999573934080 | aa | NULL |
+--------------------+------+------+
1 row in set (18.84 sec)
mysql> drop table tt;
Query OK, 0 rows affected (0.01 sec)
mysql> select * from t1;
+------+------+
| id | name |
+------+------+
| 512 | aa |
| 513 | aa |
| 2 | bb |
| 511 | bb |
| 1024 | bb |
+------+------+
5 rows in set (0.00 sec)
Results:the last 'select syntax' results in implicit submission