Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Duplicate
-
1.4.3
-
None
Description
Running this test I sometimes get the following output, while other times, the output matches ref file:
id
|
1
|
2
|
3
|
4
|
count(*) |
8
|
id
|
2147483647
|
2147483647
|
3
|
count(*) |
3
|
id
|
1
|
1
|
2
|
2
|
count(*) |
6
|
i.e. the 3rd query "select * from bug5054 order by 1;" is producing inconsistent results across multiple runs.
Attachments
Issue Links
- relates to
-
MCOL-4278 Select count(*) may leave table in a bad state
- Closed