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
0aaec937
Commit
0aaec937
authored
Dec 15, 2005
by
joerg@trift-lap.fambruehe
Browse files
Options
Browse Files
Download
Plain Diff
Merge joerg@trift2:/M50/part3-kent-joerg
into trift-lap.fambruehe:/MySQL/M51/merge-5.1
parents
9ca31046
7fe1a403
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
5 deletions
+2
-5
include/my_pthread.h
include/my_pthread.h
+2
-2
mysql-test/r/rpl_relayrotate.result
mysql-test/r/rpl_relayrotate.result
+0
-3
No files found.
include/my_pthread.h
View file @
0aaec937
...
@@ -643,10 +643,10 @@ extern int pthread_dummy(int);
...
@@ -643,10 +643,10 @@ extern int pthread_dummy(int);
#define THREAD_NAME_SIZE 10
#define THREAD_NAME_SIZE 10
#ifndef DEFAULT_THREAD_STACK
#ifndef DEFAULT_THREAD_STACK
#if
defined(__ia64__)
#if
SIZEOF_CHARP > 4
/*
/*
MySQL can survive with 32K, but some glibc libraries require > 128K stack
MySQL can survive with 32K, but some glibc libraries require > 128K stack
To resolve hostnames
To resolve hostnames
. Also recursive stored procedures needs stack.
*/
*/
#define DEFAULT_THREAD_STACK (256*1024L)
#define DEFAULT_THREAD_STACK (256*1024L)
#else
#else
...
...
mysql-test/r/rpl_relayrotate.result
View file @
0aaec937
...
@@ -10,9 +10,6 @@ reset slave;
...
@@ -10,9 +10,6 @@ reset slave;
start slave;
start slave;
stop slave;
stop slave;
start slave;
start slave;
select master_pos_wait('master-bin.001',3000)>=0;
master_pos_wait('master-bin.001',3000)>=0
1
select max(a) from t1;
select max(a) from t1;
max(a)
max(a)
8000
8000
...
...
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