mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 10:14:19 +01:00
f6ee132491
Fix SELECT resultset order.
16 lines
329 B
Text
16 lines
329 B
Text
--- update.result 2018-12-19 13:55:35.873917389 +0300
|
|
+++ update,trx_id.reject 2018-12-19 13:55:35.533917399 +0300
|
|
@@ -81,12 +81,10 @@
|
|
commit;
|
|
select x, y, sys_trx_end = MAXVAL as current from t1 for system_time all order by sys_trx_end, x, y;
|
|
x y current
|
|
-3 1 0
|
|
2 1 0
|
|
-3 2 0
|
|
+3 1 0
|
|
4 1 0
|
|
5 1 0
|
|
-5 2 0
|
|
1 1 1
|
|
2 2 1
|
|
3 3 1
|