mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Optimized old patches
Don't set field to DEFAULT value when set to NULL mysql-test/r/insert.result: Updated results after patch sql/field_conv.cc: Revert patch: Don't set field to DEFAULT value when set to NULL sql/item_strfunc.cc: Optimized patch for null handling with elt sql/opt_range.cc: Safety fix for range with null patch
This commit is contained in:
@@ -65,7 +65,7 @@ insert into t1 values (1), (NULL), (2);
|
||||
select * from t1;
|
||||
id
|
||||
1
|
||||
8
|
||||
0
|
||||
2
|
||||
drop table t1;
|
||||
drop database if exists foo;
|
||||
|
||||
Reference in New Issue
Block a user