[MDEV-20683] MariaDB Transaction insert one data 1 row affected BUT select Empty set Created: 2019-09-27 Updated: 2019-10-23 Resolved: 2019-10-23 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | OTHER |
| Affects Version/s: | None |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Tony | Assignee: | Unassigned |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | need_feedback | ||
| Issue Links: |
|
||||||||
| Description |
|
Server version: 10.4.8-MariaDB MariaDB Server MariaDB [test]> begin; MariaDB [test]> insert into t values ("1"); MariaDB [test]> select * from t; |
| Comments |
| Comment by Elena Stepanova [ 2019-09-27 ] |
|
Please provide the output of SHOW CREATE TABLE t and SHOW VARIABLES from the session where you execute the queries. |
| Comment by Tony [ 2019-09-29 ] |
|
This is resolved , thanks ~ |
| Comment by Elena Stepanova [ 2019-10-23 ] |
|
This is likely to be a duplicate of |