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
11f68c01
Commit
11f68c01
authored
Oct 07, 2010
by
Calvin Sun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug#56318: adjust the result files.
parent
8cf10ed1
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
13 additions
and
13 deletions
+13
-13
mysql-test/suite/innodb/r/innodb-index.result
mysql-test/suite/innodb/r/innodb-index.result
+3
-3
mysql-test/suite/innodb/r/innodb-zip.result
mysql-test/suite/innodb/r/innodb-zip.result
+2
-2
mysql-test/suite/innodb/r/innodb_bug52745.result
mysql-test/suite/innodb/r/innodb_bug52745.result
+2
-2
mysql-test/suite/innodb/r/innodb_bug53591.result
mysql-test/suite/innodb/r/innodb_bug53591.result
+2
-2
mysql-test/suite/innodb/r/innodb_file_format.result
mysql-test/suite/innodb/r/innodb_file_format.result
+4
-4
No files found.
mysql-test/suite/innodb/r/innodb-index.result
View file @
11f68c01
...
...
@@ -918,9 +918,9 @@ ERROR HY000: Too big row
alter table t1 row_format=compact;
create index t1u on t1 (u(1));
drop table t1;
set global innodb_file_per_table=
1
;
set global innodb_file_format=
Barracuda
;
set global innodb_file_format_max=
Barracuda
;
set global innodb_file_per_table=
0
;
set global innodb_file_format=
Antelope
;
set global innodb_file_format_max=
Antelope
;
SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0;
SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0;
CREATE TABLE t1(
...
...
mysql-test/suite/innodb/r/innodb-zip.result
View file @
11f68c01
...
...
@@ -394,8 +394,8 @@ table_schema table_name row_format
test t8 Compact
test t9 Redundant
drop table t8, t9;
set global innodb_file_per_table=
1
;
set global innodb_file_format=
Barracuda
;
set global innodb_file_per_table=
0
;
set global innodb_file_format=
Antelope
;
set global innodb_file_per_table=on;
set global innodb_file_format=`Barracuda`;
set global innodb_file_format_max=`Antelope`;
...
...
mysql-test/suite/innodb/r/innodb_bug52745.result
View file @
11f68c01
...
...
@@ -125,6 +125,6 @@ Warning 1264 Out of range value for column 'col78' at row 1
Warning 1265 Data truncated for column 'col79' at row 1
Warning 1264 Out of range value for column 'col84' at row 1
DROP TABLE bug52745;
SET GLOBAL innodb_file_format=
Barracuda
;
SET GLOBAL innodb_file_format=
Antelope
;
SET GLOBAL innodb_file_format_max=Antelope;
SET GLOBAL innodb_file_per_table=
1
;
SET GLOBAL innodb_file_per_table=
0
;
mysql-test/suite/innodb/r/innodb_bug53591.result
View file @
11f68c01
...
...
@@ -11,6 +11,6 @@ Error 139 Too big row
Error 1118 Row size too large. The maximum row size for the used table type, not counting BLOBs, is 8126. You have to change some columns to TEXT or BLOBs
Error 1030 Got error 139 from storage engine
DROP TABLE bug53591;
SET GLOBAL innodb_file_format=
Barracuda
;
SET GLOBAL innodb_file_format=
Antelope
;
SET GLOBAL innodb_file_format_max=Antelope;
SET GLOBAL innodb_file_per_table=
1
;
SET GLOBAL innodb_file_per_table=
0
;
mysql-test/suite/innodb/r/innodb_file_format.result
View file @
11f68c01
select @@innodb_file_format;
@@innodb_file_format
Barracuda
Antelope
select @@innodb_file_format_check;
@@innodb_file_format_check
1
...
...
@@ -17,14 +17,14 @@ Barracuda
set global innodb_file_format=default;
select @@innodb_file_format;
@@innodb_file_format
Barracuda
Antelope
set global innodb_file_format=on;
ERROR 42000: Variable 'innodb_file_format' can't be set to the value of 'ON'
set global innodb_file_format=off;
ERROR 42000: Variable 'innodb_file_format' can't be set to the value of 'off'
select @@innodb_file_format;
@@innodb_file_format
Barracuda
Antelope
set global innodb_file_format_max=antelope;
set global innodb_file_format_max=barracuda;
set global innodb_file_format_max=cheetah;
...
...
@@ -46,5 +46,5 @@ Antelope
set global innodb_file_format_max=antelope;
set global innodb_file_format_check=off;
ERROR HY000: Variable 'innodb_file_format_check' is a read only variable
SET GLOBAL innodb_file_format=
Barracuda
;
SET GLOBAL innodb_file_format=
Antelope
;
SET GLOBAL innodb_file_format_max=Antelope;
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