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
e03d7d4c
Commit
e03d7d4c
authored
Sep 23, 2009
by
Bjorn Munch
Browse files
Options
Browse Files
Download
Plain Diff
merge from 5.1 main
parents
51c0f1fc
54cc3ecd
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
6 deletions
+10
-6
configure.in
configure.in
+1
-1
mysql-test/collections/default.experimental
mysql-test/collections/default.experimental
+7
-4
mysql-test/include/mtr_warnings.sql
mysql-test/include/mtr_warnings.sql
+1
-1
scripts/make_win_bin_dist
scripts/make_win_bin_dist
+1
-0
No files found.
configure.in
View file @
e03d7d4c
...
@@ -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.
39
)
AM_INIT_AUTOMAKE
(
mysql, 5.1.
40
)
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/collections/default.experimental
View file @
e03d7d4c
funcs_1.charset_collation_1 # depends on compile-time decisions
# For easier human reading (MTR doesn't care), please keep entries
main.plugin_load @solaris # Bug#42144
# in alphabetical order. This also helps with merge conflict resolution.
binlog.binlog_tmp_table* # Bug#45578: Test binlog_tmp_table fails ramdonly on PB2: Unknown table 't2'
binlog.binlog_tmp_table* # Bug#45578: Test binlog_tmp_table fails ramdonly on PB2: Unknown table 't2'
funcs_1.charset_collation_1 # depends on compile-time decisions
main.ctype_gbk_binlog @solaris # Bug#46010: main.ctype_gbk_binlog fails sporadically : Table 't2' already exists
main.ctype_gbk_binlog @solaris # Bug#46010: main.ctype_gbk_binlog fails sporadically : Table 't2' already exists
main.plugin_load @solaris # Bug#42144
rpl.rpl_get_master_version_and_clock* # Bug#46931 2009-08-26 alik rpl.rpl_get_master_version_and_clock fails on hpux11.31
rpl.rpl_innodb_bug28430* @solaris # Bug#46029
rpl.rpl_row_create_table* # Bug#45576: rpl_row_create_table fails on PB2
rpl.rpl_row_create_table* # Bug#45576: rpl_row_create_table fails on PB2
rpl_ndb.rpl_ndb_log # Bug#38998
rpl_ndb.rpl_ndb_log # Bug#38998
rpl.rpl_innodb_bug28430* @solaris # Bug#46029
rpl.rpl_get_master_version_and_clock* # Bug#46931 2009-08-26 alik rpl.rpl_get_master_version_and_clock fails on hpux11.31
mysql-test/include/mtr_warnings.sql
View file @
e03d7d4c
...
@@ -162,7 +162,7 @@ INSERT INTO global_suppressions VALUES
...
@@ -162,7 +162,7 @@ INSERT INTO global_suppressions VALUES
(
"Slave: Unknown column 'c7' in 't15' Error_code: 1054"
),
(
"Slave: Unknown column 'c7' in 't15' Error_code: 1054"
),
(
"Slave: Can't DROP 'c7'.* 1091"
),
(
"Slave: Can't DROP 'c7'.* 1091"
),
(
"Slave: Key column 'c6'.* 1072"
),
(
"Slave: Key column 'c6'.* 1072"
),
(
"
Slave I/O: The slave I/
O thread stops because a fatal error is encountered when it try to get the value of SERVER_ID variable from master."
),
(
"
The slave I.
O thread stops because a fatal error is encountered when it try to get the value of SERVER_ID variable from master."
),
(
".SELECT UNIX_TIMESTAMP... failed on master, do not trust column Seconds_Behind_Master of SHOW SLAVE STATUS"
),
(
".SELECT UNIX_TIMESTAMP... failed on master, do not trust column Seconds_Behind_Master of SHOW SLAVE STATUS"
),
/* Test case for Bug#31590 in order_by.test produces the following error */
/* Test case for Bug#31590 in order_by.test produces the following error */
...
...
scripts/make_win_bin_dist
View file @
e03d7d4c
...
@@ -280,6 +280,7 @@ cp include/mysql/plugin.h $DESTDIR/include/mysql/
...
@@ -280,6 +280,7 @@ cp include/mysql/plugin.h $DESTDIR/include/mysql/
mkdir
-p
$DESTDIR
/lib/opt
mkdir
-p
$DESTDIR
/lib/opt
mkdir
-p
$DESTDIR
/lib/plugin
mkdir
-p
$DESTDIR
/lib/plugin
cp
sql/
$TARGET
/mysqld.lib
$DESTDIR
/lib/
cp
libmysql/
$TARGET
/libmysql.dll
\
cp
libmysql/
$TARGET
/libmysql.dll
\
libmysql/
$TARGET
/libmysql.lib
\
libmysql/
$TARGET
/libmysql.lib
\
libmysql/
$TARGET
/mysqlclient.lib
\
libmysql/
$TARGET
/mysqlclient.lib
\
...
...
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