Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
MariaDB and MySQL Packaging Team
mariadb-5.5
Commits
6d0f49af
Commit
6d0f49af
authored
May 03, 2015
by
Otto Kekäläinen
Browse files
Refresh d/patches
parent
6c4d1240
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
debian/patches/31_fix_replace_lookup_path.diff
deleted
100644 → 0
View file @
6c4d1240
Author: Otto Kekäläinen <otto@seravo.fi>
Bug: https://mariadb.atlassian.net/browse/MDEV-7359
Subject: MTR tests failed to start due to replace binary not found
Last-Update: 2014-12-28
--- old/mysql-test/mysql-test-run.pl
+++ new/mysql-test/mysql-test-run.pl
@@ -2490,14 +2490,6 @@
sub environment_setup {
"$bindir/sql$opt_vs_config/mysql_tzinfo_to_sql");
$ENV{'MYSQL_TZINFO_TO_SQL'}= native_path($exe_mysql_tzinfo_to_sql);
- # ----------------------------------------------------
- # replace
- # ----------------------------------------------------
- my $exe_replace= mtr_exe_exists(vs_config_dirs('extra', 'replace'),
- "$basedir/extra/replace",
- "$path_client_bindir/replace");
- $ENV{'REPLACE'}= native_path($exe_replace);
-
# Create an environment variable to make it possible
# to detect that valgrind is being used from test cases
$ENV{'VALGRIND_TEST'}= $opt_valgrind;
debian/patches/38_scripts__mysqld_safe.sh__signals.diff
View file @
6d0f49af
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
--- a/scripts/mysqld_safe.sh 2013-01-11 16:02:41 +0000
--- a/scripts/mysqld_safe.sh 2013-01-11 16:02:41 +0000
+++ b/scripts/mysqld_safe.sh 2013-01-11 16:03:14 +0000
+++ b/scripts/mysqld_safe.sh 2013-01-11 16:03:14 +0000
@@ -3
2
,7 +3
2
,6 @@
err_log=
@@ -3
3
,7 +3
3
,6 @@
err_log=
syslog_tag_mysqld=mysqld
syslog_tag_mysqld=mysqld
syslog_tag_mysqld_safe=mysqld_safe
syslog_tag_mysqld_safe=mysqld_safe
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
# MySQL-specific environment variable. First off, it's not really a umask,
# MySQL-specific environment variable. First off, it's not really a umask,
# it's the desired mode. Second, it follows umask(2), not umask(3) in that
# it's the desired mode. Second, it follows umask(2), not umask(3) in that
@@ -16
3
,7 +16
2
,7 @@
eval_log_error () {
@@ -16
4
,7 +16
3
,7 @@
eval_log_error () {
# sed buffers output (only GNU sed supports a -u (unbuffered) option)
# sed buffers output (only GNU sed supports a -u (unbuffered) option)
# which means that messages may not get sent to syslog until the
# which means that messages may not get sent to syslog until the
# mysqld process quits.
# mysqld process quits.
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
;;
;;
*)
*)
echo "Internal program error (non-fatal):" \
echo "Internal program error (non-fatal):" \
@@ -8
02
,6 +8
0
1,13 @@
then
@@ -8
13
,6 +81
2
,13 @@
then
fi
fi
#
#
...
...
debian/patches/50_mysql-test__db_test.diff
View file @
6d0f49af
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
##
DP: suite depends on them.
##
DP: suite depends on them.
--- old/mysql-test/mysql-test-run.pl 2009-06-16 14:24:09.000000000 +0200
--- old/mysql-test/mysql-test-run.pl 2009-06-16 14:24:09.000000000 +0200
+++ new/mysql-test/mysql-test-run.pl 2009-07-04 00:03:34.000000000 +0200
+++ new/mysql-test/mysql-test-run.pl 2009-07-04 00:03:34.000000000 +0200
@@ -357
8
,6 +357
8
,11 @@
sub mysql_install_db {
@@ -357
0
,6 +357
0
,11 @@
sub mysql_install_db {
mtr_appendfile_to_file("$sql_dir/mysql_system_tables_data.sql",
mtr_appendfile_to_file("$sql_dir/mysql_system_tables_data.sql",
$bootstrap_sql_file);
$bootstrap_sql_file);
...
...
debian/patches/80_new_valid_certs.diff
deleted
100644 → 0
View file @
6c4d1240
This diff is collapsed.
Click to expand it.
debian/patches/99_remove_rename_mariadb-server_files_in.diff
View file @
6d0f49af
...
@@ -3,9 +3,9 @@ Description: Remove upstream debian/* handling that is obsolete
...
@@ -3,9 +3,9 @@ Description: Remove upstream debian/* handling that is obsolete
--- old/CMakeLists.txt 2014-01-29 20:55:56.499842093 +0200
--- old/CMakeLists.txt 2014-01-29 20:55:56.499842093 +0200
+++ new/CMakeLists.txt 2014-01-31 17:12:27.633594128 +0200
+++ new/CMakeLists.txt 2014-01-31 17:12:27.633594128 +0200
@@ -43
0
,12 +43
0
,6 @@
@@ -43
6
,12 +43
6
,6 @@
CONFIGURE_FILE(
CONFIG
URE_
FILE(
${CMAKE_SO
UR
C
E_
DIR}/cmake/info_macros.cmake.in
${CMAKE_SOURCE_DIR}/cmake/info_macros.cmake.in
${CMAKE_BINARY_DIR}/info_macros.cmake @ONLY)
${CMAKE_BINARY_DIR}/info_macros.cmake @ONLY)
-IF(DEB)
-IF(DEB)
- CONFIGURE_FILE(
- CONFIGURE_FILE(
...
...
debian/patches/series
View file @
6d0f49af
31_fix_replace_lookup_path.diff
33_scripts__mysql_create_system_tables__no_test.diff
33_scripts__mysql_create_system_tables__no_test.diff
38_scripts__mysqld_safe.sh__signals.diff
38_scripts__mysqld_safe.sh__signals.diff
41_scripts__mysql_install_db.sh__no_test.diff
41_scripts__mysql_install_db.sh__no_test.diff
...
@@ -7,5 +6,4 @@
...
@@ -7,5 +6,4 @@
61_replace_dash_with_bash_mbug675185.diff
61_replace_dash_with_bash_mbug675185.diff
75_man_syntax_fixes.diff
75_man_syntax_fixes.diff
82_extend_default_test_timeout_for_tokudb.diff
82_extend_default_test_timeout_for_tokudb.diff
80_new_valid_certs.diff
99_remove_rename_mariadb-server_files_in.diff
99_remove_rename_mariadb-server_files_in.diff
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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