Update result file for func_misc to 5.1 version format
This commit is contained in:
parent
710e731e2f
commit
72ad912b0b
@ -138,7 +138,7 @@ create table t1 select INET_ATON('255.255.0.1') as `a`;
|
|||||||
show create table t1;
|
show create table t1;
|
||||||
Table Create Table
|
Table Create Table
|
||||||
t1 CREATE TABLE `t1` (
|
t1 CREATE TABLE `t1` (
|
||||||
`a` bigint(21) unsigned default NULL
|
`a` bigint(21) unsigned DEFAULT NULL
|
||||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1
|
) ENGINE=MyISAM DEFAULT CHARSET=latin1
|
||||||
drop table t1;
|
drop table t1;
|
||||||
End of 5.0 tests
|
End of 5.0 tests
|
||||||
|
Loading…
x
Reference in New Issue
Block a user