Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
1fea1536
Commit
1fea1536
authored
May 30, 2007
by
evgen@moonbone.local
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sp.result, analyse.result:
Post merge fix.
parent
75afe5ca
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
13 deletions
+13
-13
mysql-test/r/analyse.result
mysql-test/r/analyse.result
+12
-12
mysql-test/r/sp.result
mysql-test/r/sp.result
+1
-1
No files found.
mysql-test/r/analyse.result
View file @
1fea1536
...
...
@@ -39,10 +39,10 @@ t2 CREATE TABLE `t2` (
`Field_name` varbinary(255) NOT NULL DEFAULT '',
`Min_value` varbinary(255) DEFAULT NULL,
`Max_value` varbinary(255) DEFAULT NULL,
`Min_length` int(11) NOT NULL DEFAULT '0',
`Max_length` int(11) NOT NULL DEFAULT '0',
`Empties_or_zeros` int(11) NOT NULL DEFAULT '0',
`Nulls` int(11) NOT NULL DEFAULT '0',
`Min_length`
big
int(11) NOT NULL DEFAULT '0',
`Max_length`
big
int(11) NOT NULL DEFAULT '0',
`Empties_or_zeros`
big
int(11) NOT NULL DEFAULT '0',
`Nulls`
big
int(11) NOT NULL DEFAULT '0',
`Avg_value_or_avg_length` varbinary(255) NOT NULL DEFAULT '',
`Std` varbinary(255) DEFAULT NULL,
`Optimal_fieldtype` varbinary(64) NOT NULL DEFAULT ''
...
...
@@ -58,10 +58,10 @@ t2 CREATE TABLE `t2` (
`Field_name` varbinary(255) NOT NULL DEFAULT '',
`Min_value` varbinary(255) DEFAULT NULL,
`Max_value` varbinary(255) DEFAULT NULL,
`Min_length` int(11) NOT NULL DEFAULT '0',
`Max_length` int(11) NOT NULL DEFAULT '0',
`Empties_or_zeros` int(11) NOT NULL DEFAULT '0',
`Nulls` int(11) NOT NULL DEFAULT '0',
`Min_length`
big
int(11) NOT NULL DEFAULT '0',
`Max_length`
big
int(11) NOT NULL DEFAULT '0',
`Empties_or_zeros`
big
int(11) NOT NULL DEFAULT '0',
`Nulls`
big
int(11) NOT NULL DEFAULT '0',
`Avg_value_or_avg_length` varbinary(255) NOT NULL DEFAULT '',
`Std` varbinary(255) DEFAULT NULL,
`Optimal_fieldtype` varbinary(64) NOT NULL DEFAULT ''
...
...
@@ -81,10 +81,10 @@ t2 CREATE TABLE `t2` (
`Field_name` varbinary(255) NOT NULL DEFAULT '',
`Min_value` varbinary(255) DEFAULT NULL,
`Max_value` varbinary(255) DEFAULT NULL,
`Min_length` int(11) NOT NULL DEFAULT '0',
`Max_length` int(11) NOT NULL DEFAULT '0',
`Empties_or_zeros` int(11) NOT NULL DEFAULT '0',
`Nulls` int(11) NOT NULL DEFAULT '0',
`Min_length`
big
int(11) NOT NULL DEFAULT '0',
`Max_length`
big
int(11) NOT NULL DEFAULT '0',
`Empties_or_zeros`
big
int(11) NOT NULL DEFAULT '0',
`Nulls`
big
int(11) NOT NULL DEFAULT '0',
`Avg_value_or_avg_length` varbinary(255) NOT NULL DEFAULT '',
`Std` varbinary(255) DEFAULT NULL,
`Optimal_fieldtype` varbinary(64) NOT NULL DEFAULT ''
...
...
mysql-test/r/sp.result
View file @
1fea1536
...
...
@@ -4910,7 +4910,7 @@ create table t3 as select * from v1|
show create table t3|
Table Create Table
t3 CREATE TABLE `t3` (
`j` int(11) DEFAULT NULL
`j`
big
int(11) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1
select * from t3|
j
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment