-
Notifications
You must be signed in to change notification settings - Fork 276
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Fail to select the record after inserting it #18710
Comments
|
根本原因是: |
先处理DML重构 |
1 similar comment
先处理DML重构 |
DML重构版本合并后处理 |
DML重构版本合并后处理 |
just did a short testing in 2.0.0 , looks this issue is not there anymore. mysql> CREATE TABLE mysql> desc mysql> INSERT INTO mysql> INSERT INTO mysql> select * from mysql> SELECT * FROM mysql> SELECT * FROM @aunjgr @DanielZhangQD Please double check. |
肯定是存在的,高老师测试的部分,我估计是
另外可以通过explain看一下,有没有跟隐藏表的join,只有有跟隐藏表的join,问题才会看出来。 |
Is there an existing issue for the same bug?
Branch Name
1.2-dev
Commit ID
v1.2.3-f01f07a2a-2024-09-10
Other Environment Information
Actual Behavior
Insert a record and select it but get empty result:
Expected Behavior
The record is returned
Steps to Reproduce
Additional information
Cloud dev
The text was updated successfully, but these errors were encountered: