1
0
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:
Sergei Golubchik
2016-04-01 19:51:57 +02:00
parent 163478db45
commit 7459f0c03a
2 changed files with 0 additions and 6 deletions

View File

@@ -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;
#