summaryrefslogtreecommitdiff
path: root/mysql-test/r/func_misc.result
diff options
context:
space:
mode:
authorunknown <msvensson@shellback.(none)>2006-11-29 10:11:36 +0100
committerunknown <msvensson@shellback.(none)>2006-11-29 10:11:36 +0100
commit7c2c9ed741215ed1b7158268fe3557ce7a1e1d64 (patch)
tree1a07bbe8a3479d9975d56fc0c129da467c1e847c /mysql-test/r/func_misc.result
parent5f4a5b6e4829cc6e62e21004de70e258da2ce02e (diff)
downloadmariadb-git-7c2c9ed741215ed1b7158268fe3557ce7a1e1d64.tar.gz
Update result file for func_misc to 5.1 version format
Diffstat (limited to 'mysql-test/r/func_misc.result')
-rw-r--r--mysql-test/r/func_misc.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/func_misc.result b/mysql-test/r/func_misc.result
index cfea464dfd9..84974f845c5 100644
--- a/mysql-test/r/func_misc.result
+++ b/mysql-test/r/func_misc.result
@@ -138,7 +138,7 @@ create table t1 select INET_ATON('255.255.0.1') as `a`;
show create table t1;
Table Create Table
t1 CREATE TABLE `t1` (
- `a` bigint(21) unsigned default NULL
+ `a` bigint(21) unsigned DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1
drop table t1;
End of 5.0 tests