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:
committed by
Sergei Golubchik
parent
2be4c836e5
commit
bac728a263
@ -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
|
||||
#
|
||||
|
Reference in New Issue
Block a user