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
06e21d5c
Commit
06e21d5c
authored
Jan 13, 2011
by
Luis Soares
Browse files
Options
Browse Files
Download
Plain Diff
Automerge from bug branch into latest mysql-5.1.
parents
db36f639
5e9cb07b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
mysql-test/r/mysqlbinlog_row_big.result
mysql-test/r/mysqlbinlog_row_big.result
+4
-4
mysql-test/t/mysqlbinlog_row_big.test
mysql-test/t/mysqlbinlog_row_big.test
+2
-2
No files found.
mysql-test/r/mysqlbinlog_row_big.result
View file @
06e21d5c
...
...
@@ -36,8 +36,8 @@ c1 LONGTEXT
#
# Insert some big rows.
#
256
MB
INSERT INTO t1 VALUES (REPEAT('ManyMegaByteBlck',
16777216
));
64
MB
INSERT INTO t1 VALUES (REPEAT('ManyMegaByteBlck',
4194304
));
affected rows: 1
32MB
INSERT INTO t1 VALUES (REPEAT('ManyMegaByteBlck', 2097152));
...
...
@@ -53,7 +53,7 @@ affected rows: 1
# Do not display the column value itself, just its length.
#
SELECT LENGTH(c1) FROM t1;
LENGTH(c1)
268435456
LENGTH(c1)
67108864
LENGTH(c1) 33554432
LENGTH(c1) 4194304
LENGTH(c1) 524288
...
...
@@ -69,7 +69,7 @@ info: Rows matched: 4 Changed: 4 Warnings: 0
# Do not display the column value itself, just its length.
#
SELECT LENGTH(c1) FROM t1;
LENGTH(c1)
536870912
LENGTH(c1)
134217728
LENGTH(c1) 1048576
LENGTH(c1) 67108864
LENGTH(c1) 8388608
...
...
mysql-test/t/mysqlbinlog_row_big.test
View file @
06e21d5c
...
...
@@ -79,8 +79,8 @@ eval CREATE TABLE t1 (
--echo # Insert some big rows.
--echo #
--echo
256
MB
INSERT INTO t1 VALUES (REPEAT('
ManyMegaByteBlck
',
16777216
));
--echo
64
MB
INSERT INTO t1 VALUES (REPEAT('
ManyMegaByteBlck
',
4194304
));
--echo 32MB
INSERT INTO t1 VALUES (REPEAT('
ManyMegaByteBlck
', 2097152));
...
...
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