diff options
author | unknown <holyfoot/hf@mysql.com/deer.(none)> | 2006-12-06 21:45:57 +0400 |
---|---|---|
committer | unknown <holyfoot/hf@mysql.com/deer.(none)> | 2006-12-06 21:45:57 +0400 |
commit | fa115a0f2cb76106471bb3da0deae805cced557e (patch) | |
tree | f13904c0c168668e3c0cec9d60b89555b49c58ae /mysql-test/std_data | |
parent | 0184996b991dbb0d27e8a709894db0109f539a8d (diff) | |
download | mariadb-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