diff options
author | jimw@mysql.com <> | 2005-01-14 17:09:35 -0800 |
---|---|---|
committer | jimw@mysql.com <> | 2005-01-14 17:09:35 -0800 |
commit | 01ddc370f0eda1f605ca8be426f86acef9722ff1 (patch) | |
tree | b3fea521e888f8180463963cc83084bed4edbf87 /mysql-test/t/gis-rtree.test | |
parent | 25fde2d0921267c56dbe5349d49fd06ad9ccb002 (diff) | |
download | mariadb-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.test | 1 |
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), |