mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
cleanup: don't update_virtual_fields from READ_RECORD
it was done only in some access methods, not in all, so the caller had to update_virtual_fields anyway.
This commit is contained in:
@@ -2619,7 +2619,6 @@ a b
|
||||
-1 18446744073709551615
|
||||
Warnings:
|
||||
Note 1105 Cast to unsigned converted negative integer to it's positive complement
|
||||
Note 1105 Cast to unsigned converted negative integer to it's positive complement
|
||||
drop table t1;
|
||||
set sql_warnings = 0;
|
||||
# Convert()
|
||||
@@ -2641,7 +2640,6 @@ a b
|
||||
-1 18446744073709551615
|
||||
Warnings:
|
||||
Note 1105 Cast to unsigned converted negative integer to it's positive complement
|
||||
Note 1105 Cast to unsigned converted negative integer to it's positive complement
|
||||
drop table t1;
|
||||
set sql_warnings = 0;
|
||||
#
|
||||
|
Reference in New Issue
Block a user