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
b708df26
Commit
b708df26
authored
May 14, 2001
by
tim@threads.polyesthetic.msg
Browse files
Options
Browse Files
Download
Plain Diff
Merge work.mysql.com:/home/bk/mysql
into threads.polyesthetic.msg:/usr/local/src/my/3
parents
7ca3253d
45fc78fe
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
innobase/row/row0undo.c
innobase/row/row0undo.c
+0
-1
sql/stacktrace.c
sql/stacktrace.c
+2
-2
No files found.
innobase/row/row0undo.c
View file @
b708df26
...
...
@@ -171,7 +171,6 @@ row_undo_search_clust_to_pcur(
/* printf("--------------------undoing a previous version\n");
*/
trx_undo_rec_release
(
node
->
trx
,
node
->
undo_no
);
ret
=
FALSE
;
}
else
{
...
...
sql/stacktrace.c
View file @
b708df26
...
...
@@ -43,7 +43,7 @@ void safe_print_str(const char* name, const char* val, int max_len)
}
#ifdef HAVE_LINUXTHREADS
#define SIGRETURN_FRAME_COUNT
1
#define SIGRETURN_FRAME_COUNT
2
#if defined(__alpha__) && defined(__GNUC__)
/*
...
...
@@ -111,7 +111,7 @@ terribly wrong...\n");
}
#endif
#if defined(__alpha__) && defined(__GNUC__)
__asm
__volatile__
(
"mov $
15
,%0"
__asm
__volatile__
(
"mov $
30
,%0"
:
"=r"
(
fp
)
:
"r"
(
fp
));
if
(
!
fp
)
...
...
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