summaryrefslogtreecommitdiff
path: root/mysql-test/std_data
diff options
context:
space:
mode:
authorunknown <holyfoot/hf@mysql.com/deer.(none)>2006-12-06 21:45:57 +0400
committerunknown <holyfoot/hf@mysql.com/deer.(none)>2006-12-06 21:45:57 +0400
commitfa115a0f2cb76106471bb3da0deae805cced557e (patch)
treef13904c0c168668e3c0cec9d60b89555b49c58ae /mysql-test/std_data
parent0184996b991dbb0d27e8a709894db0109f539a8d (diff)
downloadmariadb-git-fa115a0f2cb76106471bb3da0deae805cced557e.tar.gz
bug #22372 (LOAD DATA crashes the table with the geometry field)
The problem is that the GEOMETRY NOT NULL can't automatically set any value as a default one. We always tried to complete LOAD DATA command even if there's not enough data in file. That doesn't work for GEOMETRY NOT NULL. Now Field_*::reset() returns an error sign and it's checked in mysql_load() mysql-test/r/gis.result: test result mysql-test/t/gis.test: testcase sql/field.cc: reset() now returns error sign sql/field.h: Field_*::reset() now returns error sign if the field can't be reset sql/sql_load.cc: check if field can't be reset and return error if it's so
Diffstat (limited to 'mysql-test/std_data')
0 files changed, 0 insertions, 0 deletions