mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Merge trift2.:/MySQL/M50/bug21023-25486-5.0
into trift2.:/MySQL/M50/push-5.0
This commit is contained in:
@ -35,7 +35,7 @@ testdir = $(benchdir_root)/mysql-test
|
|||||||
EXTRA_SCRIPTS = mysql-test-run-shell.sh install_test_db.sh valgrind.supp $(PRESCRIPTS)
|
EXTRA_SCRIPTS = mysql-test-run-shell.sh install_test_db.sh valgrind.supp $(PRESCRIPTS)
|
||||||
EXTRA_DIST = $(EXTRA_SCRIPTS) suite
|
EXTRA_DIST = $(EXTRA_SCRIPTS) suite
|
||||||
GENSCRIPTS = mysql-test-run-shell mysql-test-run install_test_db mtr
|
GENSCRIPTS = mysql-test-run-shell mysql-test-run install_test_db mtr
|
||||||
PRESCRIPTS = mysql-test-run.pl
|
PRESCRIPTS = mysql-test-run.pl mysql-stress-test.pl
|
||||||
test_SCRIPTS = $(GENSCRIPTS) $(PRESCRIPTS)
|
test_SCRIPTS = $(GENSCRIPTS) $(PRESCRIPTS)
|
||||||
test_DATA = std_data/client-key.pem \
|
test_DATA = std_data/client-key.pem \
|
||||||
std_data/client-cert.pem \
|
std_data/client-cert.pem \
|
||||||
|
@ -284,7 +284,8 @@ rm -f $MYSQL_SHARE/Makefile* $MYSQL_SHARE/*/*.OLD
|
|||||||
copyfileto $BASE/mysql-test \
|
copyfileto $BASE/mysql-test \
|
||||||
mysql-test/mysql-test-run mysql-test/install_test_db \
|
mysql-test/mysql-test-run mysql-test/install_test_db \
|
||||||
mysql-test/mysql-test-run.pl mysql-test/README \
|
mysql-test/mysql-test-run.pl mysql-test/README \
|
||||||
mysql-test/valgrind.supp \
|
mysql-test/mysql-stress-test.pl \
|
||||||
|
mysql-test/valgrind.supp \
|
||||||
netware/mysql_test_run.nlm netware/install_test_db.ncf
|
netware/mysql_test_run.nlm netware/install_test_db.ncf
|
||||||
|
|
||||||
$CP mysql-test/lib/*.pl $BASE/mysql-test/lib
|
$CP mysql-test/lib/*.pl $BASE/mysql-test/lib
|
||||||
|
@ -25,6 +25,7 @@ EXTRA_DIST = mysql.spec.sh \
|
|||||||
my-innodb-heavy-4G.cnf.sh \
|
my-innodb-heavy-4G.cnf.sh \
|
||||||
mysql-log-rotate.sh \
|
mysql-log-rotate.sh \
|
||||||
mysql.server.sh \
|
mysql.server.sh \
|
||||||
|
mysqld_multi.server.sh \
|
||||||
binary-configure.sh \
|
binary-configure.sh \
|
||||||
magic \
|
magic \
|
||||||
MySQL-shared-compat.spec.sh \
|
MySQL-shared-compat.spec.sh \
|
||||||
@ -42,7 +43,8 @@ pkgdata_DATA = my-small.cnf \
|
|||||||
binary-configure \
|
binary-configure \
|
||||||
ndb-config-2-node.ini
|
ndb-config-2-node.ini
|
||||||
|
|
||||||
pkgdata_SCRIPTS = mysql.server
|
pkgdata_SCRIPTS = mysql.server \
|
||||||
|
mysqld_multi.server
|
||||||
|
|
||||||
noinst_DATA = mysql-@VERSION@.spec \
|
noinst_DATA = mysql-@VERSION@.spec \
|
||||||
MySQL-shared-compat.spec
|
MySQL-shared-compat.spec
|
||||||
@ -56,6 +58,7 @@ CLEANFILES = my-small.cnf \
|
|||||||
mysql-@VERSION@.spec \
|
mysql-@VERSION@.spec \
|
||||||
mysql-log-rotate \
|
mysql-log-rotate \
|
||||||
mysql.server \
|
mysql.server \
|
||||||
|
mysqld_multi.server \
|
||||||
binary-configure \
|
binary-configure \
|
||||||
MySQL-shared-compat.spec \
|
MySQL-shared-compat.spec \
|
||||||
ndb-config-2-node.ini
|
ndb-config-2-node.ini
|
||||||
|
Reference in New Issue
Block a user