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/r/order_by.result | |
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/r/order_by.result')
-rw-r--r-- | mysql-test/r/order_by.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/order_by.result b/mysql-test/r/order_by.result index 6744ffa889f..0a5efed7a25 100644 --- a/mysql-test/r/order_by.result +++ b/mysql-test/r/order_by.result @@ -257,7 +257,7 @@ favo_tijdschrift varchar(50) NOT NULL default '', favo_tv varchar(50) NOT NULL default '', favo_eten varchar(50) NOT NULL default '', favo_muziek varchar(30) NOT NULL default '', -info text NOT NULL, +info text NOT NULL default '', ipnr varchar(30) NOT NULL default '', PRIMARY KEY (member_id) ) ENGINE=MyISAM PACK_KEYS=1; |