diff options
author | unknown <ramil/ram@mysql.com/ramil.myoffice.izhnet.ru> | 2007-05-23 15:49:17 +0500 |
---|---|---|
committer | unknown <ramil/ram@mysql.com/ramil.myoffice.izhnet.ru> | 2007-05-23 15:49:17 +0500 |
commit | 0197ee1d719fcab4e75d2bd929c8656699ce5a42 (patch) | |
tree | e11853548100ab1efd0e94d977cc5fdd7b98ca43 /mysql-test/r/ps.result | |
parent | edbd365e30055d871de32373bac732285f595c95 (diff) | |
download | mariadb-git-0197ee1d719fcab4e75d2bd929c8656699ce5a42.tar.gz |
after-merge fix: adjusted test results.
Diffstat (limited to 'mysql-test/r/ps.result')
-rw-r--r-- | mysql-test/r/ps.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/ps.result b/mysql-test/r/ps.result index 45cdc6a2101..371023200d9 100644 --- a/mysql-test/r/ps.result +++ b/mysql-test/r/ps.result @@ -1566,7 +1566,7 @@ execute stmt using @a; show create table t1; Table Create Table t1 CREATE TABLE `t1` ( - `?` decimal(2,1) default NULL + `?` decimal(2,1) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1 drop table t1; End of 5.0 tests. |