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
5bc2ad27
Commit
5bc2ad27
authored
Oct 23, 2008
by
Davi Arnaut
Browse files
Options
Browse Files
Download
Plain Diff
Merge from mysql-5.0-5.1.29-rc into mysql-5.0-bugteam
parents
2559cd1c
0b6eee26
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
0 deletions
+7
-0
mysql-test/r/xa.result
mysql-test/r/xa.result
+1
-0
mysql-test/t/xa.test
mysql-test/t/xa.test
+1
-0
zlib/gzio.c
zlib/gzio.c
+5
-0
No files found.
mysql-test/r/xa.result
View file @
5bc2ad27
...
...
@@ -73,4 +73,5 @@ xa end 'a','c';
ERROR XA102: XA_RBDEADLOCK: Transaction branch was rolled back: deadlock was detected
xa rollback 'a','c';
xa start 'a','c';
drop table t1;
End of 5.0 tests
mysql-test/t/xa.test
View file @
5bc2ad27
...
...
@@ -116,5 +116,6 @@ xa start 'a','c';
--
disconnect
con1
--
disconnect
con3
--
connection
default
drop
table
t1
;
--
echo
End
of
5.0
tests
zlib/gzio.c
View file @
5bc2ad27
...
...
@@ -7,6 +7,11 @@
/* @(#) $Id$ */
/* Need to be included "early" to control other headers */
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <stdio.h>
#include "zutil.h"
...
...
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