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
2730ac12
Commit
2730ac12
authored
Dec 15, 2005
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge joreland@bk-internal.mysql.com:/home/bk/mysql-5.1-new
into perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new
parents
d5fe1b14
5e38a5ae
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
6 deletions
+3
-6
include/my_pthread.h
include/my_pthread.h
+2
-2
mysql-test/r/rpl_relayrotate.result
mysql-test/r/rpl_relayrotate.result
+0
-3
storage/bdb/dist/gen_rec.awk
storage/bdb/dist/gen_rec.awk
+1
-1
No files found.
include/my_pthread.h
View file @
2730ac12
...
...
@@ -643,10 +643,10 @@ extern int pthread_dummy(int);
#define THREAD_NAME_SIZE 10
#ifndef DEFAULT_THREAD_STACK
#if
defined(__ia64__)
#if
SIZEOF_CHARP > 4
/*
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)
#else
...
...
mysql-test/r/rpl_relayrotate.result
View file @
2730ac12
...
...
@@ -10,9 +10,6 @@ reset slave;
start slave;
stop 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;
max(a)
8000
...
...
storage/bdb/dist/gen_rec.awk
View file @
2730ac12
...
...
@@ -181,7 +181,7 @@ BEGIN {
t
=
types
[
i
];
if
(
modes
[
i
]
==
"POINTER"
)
{
ndx
=
index
(
t
,
"*"
);
t
=
substr
(
types
[
i
],
0
,
ndx
-
2
);
t
=
substr
(
types
[
i
],
1
,
ndx
-
2
);
}
printf
(
"\t%s\t%s;\n"
,
t
,
vars
[
i
])
>>
HFILE
}
...
...
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