summaryrefslogtreecommitdiff
path: root/mysql-test/r/ps.result
diff options
context:
space:
mode:
authorunknown <ramil/ram@mysql.com/ramil.myoffice.izhnet.ru>2007-05-23 15:49:17 +0500
committerunknown <ramil/ram@mysql.com/ramil.myoffice.izhnet.ru>2007-05-23 15:49:17 +0500
commit0197ee1d719fcab4e75d2bd929c8656699ce5a42 (patch)
treee11853548100ab1efd0e94d977cc5fdd7b98ca43 /mysql-test/r/ps.result
parentedbd365e30055d871de32373bac732285f595c95 (diff)
downloadmariadb-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.result2
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.