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
4e2b6133
Commit
4e2b6133
authored
Nov 02, 2005
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge monty@192.168.0.9:/my/mysql-5.0
into mysql.com:/my/mysql-5.0
parents
3edfc012
37f5c1a8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
mysql-test/r/bdb.result
mysql-test/r/bdb.result
+1
-1
mysql-test/t/bdb.test
mysql-test/t/bdb.test
+1
-0
No files found.
mysql-test/r/bdb.result
View file @
4e2b6133
...
...
@@ -1870,7 +1870,7 @@ a b
drop table t1;
create table t1 (v varchar(65530), key(v));
Warnings:
Warning 1071 Specified key was too long; max key length is
1024
bytes
Warning 1071 Specified key was too long; max key length is
MAX_KEY_LENGTH
bytes
drop table if exists t1;
create table t1 (v varchar(65536));
Warnings:
...
...
mysql-test/t/bdb.test
View file @
4e2b6133
...
...
@@ -962,6 +962,7 @@ source include/varchar.inc;
# Some errors/warnings on create
#
--
replace_result
1024
MAX_KEY_LENGTH
3072
MAX_KEY_LENGTH
create
table
t1
(
v
varchar
(
65530
),
key
(
v
));
drop
table
if
exists
t1
;
create
table
t1
(
v
varchar
(
65536
));
...
...
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