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
c143b416
Commit
c143b416
authored
Aug 13, 2009
by
Joerg Bruehe
Browse files
Options
Browse Files
Download
Plain Diff
Merge main 5.1 into 5.1-build
parents
b50f05e6
09d04224
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
3 deletions
+5
-3
.bzrignore
.bzrignore
+1
-0
configure.in
configure.in
+1
-1
mysql-test/lib/mtr_cases.pm
mysql-test/lib/mtr_cases.pm
+1
-0
storage/innodb_plugin/include/btr0cur.h
storage/innodb_plugin/include/btr0cur.h
+1
-1
storage/innodb_plugin/include/trx0types.h
storage/innodb_plugin/include/trx0types.h
+1
-1
No files found.
.bzrignore
View file @
c143b416
...
@@ -3063,3 +3063,4 @@ sql/share/slovak
...
@@ -3063,3 +3063,4 @@ sql/share/slovak
sql/share/spanish
sql/share/spanish
sql/share/swedish
sql/share/swedish
sql/share/ukrainian
sql/share/ukrainian
libmysqld/examples/mysqltest.cc
configure.in
View file @
c143b416
...
@@ -10,7 +10,7 @@ AC_CANONICAL_SYSTEM
...
@@ -10,7 +10,7 @@ AC_CANONICAL_SYSTEM
#
#
# When changing major version number please also check switch statement
# When changing major version number please also check switch statement
# in mysqlbinlog::check_master_version().
# in mysqlbinlog::check_master_version().
AM_INIT_AUTOMAKE
(
mysql, 5.1.3
8
)
AM_INIT_AUTOMAKE
(
mysql, 5.1.3
9
)
AM_CONFIG_HEADER
([
include/config.h:config.h.in]
)
AM_CONFIG_HEADER
([
include/config.h:config.h.in]
)
PROTOCOL_VERSION
=
10
PROTOCOL_VERSION
=
10
...
...
mysql-test/lib/mtr_cases.pm
View file @
c143b416
...
@@ -494,6 +494,7 @@ sub collect_one_suite($)
...
@@ -494,6 +494,7 @@ sub collect_one_suite($)
next
if
(
$test
->
{'
skip
'}
||
!
$test
->
{'
innodb_test
'});
next
if
(
$test
->
{'
skip
'}
||
!
$test
->
{'
innodb_test
'});
# Exceptions
# Exceptions
next
if
(
$test
->
{'
name
'}
eq
'
main.innodb
');
# Failed with wrong errno (fk)
next
if
(
$test
->
{'
name
'}
eq
'
main.innodb
');
# Failed with wrong errno (fk)
next
if
(
$test
->
{'
name
'}
eq
'
main.index_merge_innodb
');
# Explain diff
# innodb_file_per_table is rw with innodb_plugin
# innodb_file_per_table is rw with innodb_plugin
next
if
(
$test
->
{'
name
'}
eq
'
sys_vars.innodb_file_per_table_basic
');
next
if
(
$test
->
{'
name
'}
eq
'
sys_vars.innodb_file_per_table_basic
');
# innodb_lock_wait_timeout is rw with innodb_plugin
# innodb_lock_wait_timeout is rw with innodb_plugin
...
...
storage/innodb_plugin/include/btr0cur.h
View file @
c143b416
...
@@ -618,7 +618,7 @@ enum btr_cur_method {
...
@@ -618,7 +618,7 @@ enum btr_cur_method {
hash_node, and might be necessary to
hash_node, and might be necessary to
update */
update */
BTR_CUR_BINARY
,
/*!< success using the binary search */
BTR_CUR_BINARY
,
/*!< success using the binary search */
BTR_CUR_INSERT_TO_IBUF
,
/*!< performed the intended insert to
BTR_CUR_INSERT_TO_IBUF
/*!< performed the intended insert to
the insert buffer */
the insert buffer */
};
};
...
...
storage/innodb_plugin/include/trx0types.h
View file @
c143b416
...
@@ -70,7 +70,7 @@ typedef struct trx_named_savept_struct trx_named_savept_t;
...
@@ -70,7 +70,7 @@ typedef struct trx_named_savept_struct trx_named_savept_t;
enum
trx_rb_ctx
{
enum
trx_rb_ctx
{
RB_NONE
=
0
,
/*!< no rollback */
RB_NONE
=
0
,
/*!< no rollback */
RB_NORMAL
,
/*!< normal rollback */
RB_NORMAL
,
/*!< normal rollback */
RB_RECOVERY
,
/*!< rolling back an incomplete transaction,
RB_RECOVERY
/*!< rolling back an incomplete transaction,
in crash recovery */
in crash recovery */
};
};
...
...
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