1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

MDEV-29069 follow-up: allow deterministic DEFAULTs

This commit is contained in:
Nikita Malyavin
2022-07-19 00:29:42 +03:00
committed by Sergei Golubchik
parent 2be4c836e5
commit bac728a263
2 changed files with 17 additions and 7 deletions

View File

@ -1073,8 +1073,8 @@ update t set a = a + 1 where a = 10;
set debug_sync= 'now signal goforit';
connection default;
Warnings:
Note 1105 Key chosen: -1
Note 1105 Key chosen: -1
Note 1105 Key chosen: 0
Note 1105 Key chosen: 0
select a from t;
a
11
@ -1093,8 +1093,8 @@ update t set a = a + 1 where a = 10;
set debug_sync= 'now signal goforit';
connection default;
Warnings:
Note 1105 Key chosen: -1
Note 1105 Key chosen: -1
Note 1105 Key chosen: 0
Note 1105 Key chosen: 0
#
# Add key for old row
#