Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Duplicate
-
None
Description
Server version: 10.4.8-MariaDB MariaDB Server
#######################################
MariaDB [test]> begin;
Query OK, 0 rows affected (0.000 sec)
MariaDB [test]> insert into t values ("1");
Query OK, 1 row affected (0.001 sec)
MariaDB [test]> select * from t;
Empty set (0.001 sec)
Attachments
Issue Links
- is duplicated by
-
MDEV-20354 All but last insert ignored in InnoDB tables when table locked
- Closed