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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
e9b6f950
Commit
e9b6f950
authored
Sep 04, 2015
by
Sergei Golubchik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test failure
parent
6246b4c9
Changes
7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
363 additions
and
346 deletions
+363
-346
mysql-test/lib/My/SafeProcess/safe_process.cc
mysql-test/lib/My/SafeProcess/safe_process.cc
+15
-7
mysql-test/suite/jp/r/jp_convert_ucs2.result
mysql-test/suite/jp/r/jp_convert_ucs2.result
+21
-21
mysql-test/suite/jp/r/jp_convert_ujis.result
mysql-test/suite/jp/r/jp_convert_ujis.result
+93
-93
mysql-test/suite/jp/r/jp_convert_utf8.result
mysql-test/suite/jp/r/jp_convert_utf8.result
+102
-102
mysql-test/suite/sys_vars/r/sysvars_innodb.result
mysql-test/suite/sys_vars/r/sysvars_innodb.result
+1
-1
mysql-test/suite/sys_vars/r/sysvars_server_embedded,32bit.rdiff
...test/suite/sys_vars/r/sysvars_server_embedded,32bit.rdiff
+130
-121
storage/innobase/handler/ha_innodb.cc
storage/innobase/handler/ha_innodb.cc
+1
-1
No files found.
mysql-test/lib/My/SafeProcess/safe_process.cc
View file @
e9b6f950
...
...
@@ -148,6 +148,14 @@ extern "C" void handle_signal(int sig)
}
void
setlimit
(
int
what
,
uint
soft
,
uint
hard
)
{
struct
rlimit
lim
=
{
soft
,
hard
};
if
(
setrlimit
(
what
,
&
lim
)
<
0
)
message
(
"setrlimit failed, errno=%d"
,
errno
);
}
int
main
(
int
argc
,
char
*
const
argv
[]
)
{
char
*
const
*
child_argv
=
0
;
...
...
@@ -249,13 +257,13 @@ int main(int argc, char* const argv[] )
signal
(
SIGCHLD
,
SIG_DFL
);
if
(
nocore
)
{
struct
rlimit
corelim
=
{
0
,
0
};
if
(
setrlimit
(
RLIMIT_CORE
,
&
corelim
)
<
0
)
{
message
(
"setrlimit failed, errno=%d"
,
errno
);
}
}
setlimit
(
RLIMIT_CORE
,
0
,
0
);
/*
mysqld defaults depend on that. make test results stable and independent
from the environment
*/
setlimit
(
RLIMIT_NOFILE
,
1024
,
1024
);
// Signal that child is ready
buf
=
37
;
...
...
mysql-test/suite/jp/r/jp_convert_ucs2.result
View file @
e9b6f950
...
...
@@ -161,13 +161,13 @@ SELECT `
鼫鼯鼱鼲鼴鼷鼹鼺鼼鼽鼿齁齃齄齅齆齇齓齕齖 ????????????????????
齗齘齚齝齞齨齩齭齮齯齰齱齳齵齺齽龏龐龑龒 ????????????????????
Warnings:
Warning 197
6
Cannot convert 'ucs2' character 0x02DB to 'sjis'
Warning 197
6
Cannot convert 'ucs2' character 0x9EF8 to 'sjis'
Warning 197
6
Cannot convert 'ucs2' character 0x4E5A to 'sjis'
Warning 197
6
Cannot convert 'ucs2' character 0x4EE1 to 'sjis'
Warning 197
6
Cannot convert 'ucs2' character 0x4F19 to 'sjis'
Warning 197
6
Cannot convert 'ucs2' character 0x9F2B to 'sjis'
Warning 197
6
Cannot convert 'ucs2' character 0x9F57 to 'sjis'
Warning 197
7
Cannot convert 'ucs2' character 0x02DB to 'sjis'
Warning 197
7
Cannot convert 'ucs2' character 0x9EF8 to 'sjis'
Warning 197
7
Cannot convert 'ucs2' character 0x4E5A to 'sjis'
Warning 197
7
Cannot convert 'ucs2' character 0x4EE1 to 'sjis'
Warning 197
7
Cannot convert 'ucs2' character 0x4F19 to 'sjis'
Warning 197
7
Cannot convert 'ucs2' character 0x9F2B to 'sjis'
Warning 197
7
Cannot convert 'ucs2' character 0x9F57 to 'sjis'
SELECT `C1`, CONVERT(`C1` using utf8) FROM `T4`;
C1 CONVERT(`C1` using utf8)
。「」、・ヲァィゥェォャュョッ 。「」、・ヲァィゥェォャュョッ
...
...
@@ -244,13 +244,13 @@ SELECT `
鼫鼯鼱鼲鼴鼷鼹鼺鼼鼽鼿齁齃齄齅齆齇齓齕齖 ????????????????????
齗齘齚齝齞齨齩齭齮齯齰齱齳齵齺齽龏龐龑龒 ????????????????????
Warnings:
Warning 197
6
Cannot convert 'ucs2' character 0x02DB to 'sjis'
Warning 197
6
Cannot convert 'ucs2' character 0x9EF8 to 'sjis'
Warning 197
6
Cannot convert 'ucs2' character 0x4E5A to 'sjis'
Warning 197
6
Cannot convert 'ucs2' character 0x4EE1 to 'sjis'
Warning 197
6
Cannot convert 'ucs2' character 0x4F19 to 'sjis'
Warning 197
6
Cannot convert 'ucs2' character 0x9F2B to 'sjis'
Warning 197
6
Cannot convert 'ucs2' character 0x9F57 to 'sjis'
Warning 197
7
Cannot convert 'ucs2' character 0x02DB to 'sjis'
Warning 197
7
Cannot convert 'ucs2' character 0x9EF8 to 'sjis'
Warning 197
7
Cannot convert 'ucs2' character 0x4E5A to 'sjis'
Warning 197
7
Cannot convert 'ucs2' character 0x4EE1 to 'sjis'
Warning 197
7
Cannot convert 'ucs2' character 0x4F19 to 'sjis'
Warning 197
7
Cannot convert 'ucs2' character 0x9F2B to 'sjis'
Warning 197
7
Cannot convert 'ucs2' character 0x9F57 to 'sjis'
SELECT `C1`, CONVERT(`C1` using utf8) FROM `T7`;
C1 CONVERT(`C1` using utf8)
PQRSTUVWXYZ[\]^_ PQRSTUVWXYZ[\]^_
...
...
@@ -327,13 +327,13 @@ SELECT `
鼫鼯鼱鼲鼴鼷鼹鼺鼼鼽鼿齁齃齄齅齆齇齓齕齖 ????????????????????
齗齘齚齝齞齨齩齭齮齯齰齱齳齵齺齽龏龐龑龒 ????????????????????
Warnings:
Warning 197
6
Cannot convert 'ucs2' character 0x02DB to 'sjis'
Warning 197
6
Cannot convert 'ucs2' character 0x4E5A to 'sjis'
Warning 197
6
Cannot convert 'ucs2' character 0x4EE1 to 'sjis'
Warning 197
6
Cannot convert 'ucs2' character 0x4F19 to 'sjis'
Warning 197
6
Cannot convert 'ucs2' character 0x9EF8 to 'sjis'
Warning 197
6
Cannot convert 'ucs2' character 0x9F2B to 'sjis'
Warning 197
6
Cannot convert 'ucs2' character 0x9F57 to 'sjis'
Warning 197
7
Cannot convert 'ucs2' character 0x02DB to 'sjis'
Warning 197
7
Cannot convert 'ucs2' character 0x4E5A to 'sjis'
Warning 197
7
Cannot convert 'ucs2' character 0x4EE1 to 'sjis'
Warning 197
7
Cannot convert 'ucs2' character 0x4F19 to 'sjis'
Warning 197
7
Cannot convert 'ucs2' character 0x9EF8 to 'sjis'
Warning 197
7
Cannot convert 'ucs2' character 0x9F2B to 'sjis'
Warning 197
7
Cannot convert 'ucs2' character 0x9F57 to 'sjis'
drop table `T1`;
drop table `T2`;
drop table `T3`;
...
...
mysql-test/suite/jp/r/jp_convert_ujis.result
View file @
e9b6f950
This diff is collapsed.
Click to expand it.
mysql-test/suite/jp/r/jp_convert_utf8.result
View file @
e9b6f950
This diff is collapsed.
Click to expand it.
mysql-test/suite/sys_vars/r/sysvars_innodb.result
View file @
e9b6f950
...
...
@@ -1617,7 +1617,7 @@ READ_ONLY NO
COMMAND_LINE_ARGUMENT REQUIRED
VARIABLE_NAME INNODB_OPEN_FILES
SESSION_VALUE NULL
GLOBAL_VALUE
4
00
GLOBAL_VALUE
20
00
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 0
VARIABLE_SCOPE GLOBAL
...
...
mysql-test/suite/sys_vars/r/sysvars_server_embedded,32bit.rdiff
View file @
e9b6f950
This diff is collapsed.
Click to expand it.
storage/innobase/handler/ha_innodb.cc
View file @
e9b6f950
...
...
@@ -108,7 +108,7 @@ this program; if not, write to the Free Software Foundation, Inc.,
#define thd_get_trx_isolation(X) ((enum_tx_isolation)thd_tx_isolation(X))
#ifdef MYSQL_DYNAMIC_PLUGIN
#define tc_size
4
00
#define tc_size
20
00
#define tdc_size 400
#endif
...
...
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