summaryrefslogtreecommitdiff
path: root/mysql-test/t/gis-rtree.test
diff options
context:
space:
mode:
authorjimw@mysql.com <>2005-01-14 17:09:35 -0800
committerjimw@mysql.com <>2005-01-14 17:09:35 -0800
commit01ddc370f0eda1f605ca8be426f86acef9722ff1 (patch)
treeb3fea521e888f8180463963cc83084bed4edbf87 /mysql-test/t/gis-rtree.test
parent25fde2d0921267c56dbe5349d49fd06ad9ccb002 (diff)
downloadmariadb-git-01ddc370f0eda1f605ca8be426f86acef9722ff1.tar.gz
Enable warnings for 'no default' fields being set to default when they
are not specified in an insert. Most of these changes are actually to clean up the test suite to either specify defaults to avoid warnings, or add the warnings to the results. Related to bug #5986.
Diffstat (limited to 'mysql-test/t/gis-rtree.test')
-rw-r--r--mysql-test/t/gis-rtree.test1
1 files changed, 0 insertions, 1 deletions
diff --git a/mysql-test/t/gis-rtree.test b/mysql-test/t/gis-rtree.test
index 716dd38a119..da59c6ae5e4 100644
--- a/mysql-test/t/gis-rtree.test
+++ b/mysql-test/t/gis-rtree.test
@@ -120,7 +120,6 @@ INSERT INTO t1 (g) VALUES (GeomFromText('LineString(1 2, 2 3)')),(GeomFromText('
drop table t1;
CREATE TABLE t1 (
- geoobjid INT NOT NULL,
line LINESTRING NOT NULL,
kind ENUM('po', 'pp', 'rr', 'dr', 'rd', 'ts', 'cl') NOT NULL DEFAULT 'po',
name VARCHAR(32),