mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
WL#1012: All changes as one single changeset.
This includes both code and test cases.
This commit is contained in:
parent
0f8f444b8b
commit
ad126d90e0
447 changed files with 34744 additions and 3218 deletions
50
Makefile.am
50
Makefile.am
|
|
@ -110,24 +110,52 @@ tags:
|
|||
|
||||
test:
|
||||
cd mysql-test ; \
|
||||
./mysql-test-run && \
|
||||
./mysql-test-run --ps-protocol
|
||||
./mysql-test-run --mysqld=--binlog-format=statement && \
|
||||
./mysql-test-run --ps-protocol --mysqld=--binlog-format=row
|
||||
|
||||
test-full:
|
||||
cd mysql-test ; \
|
||||
./mysql-test-run --mysqld=--binlog-format=statement && \
|
||||
./mysql-test-run --ps-protocol --mysqld=--binlog-format=statement && \
|
||||
./mysql-test-run --mysqld=--binlog-format=row && \
|
||||
./mysql-test-run --ps-protocol --mysqld=--binlog-format=row
|
||||
|
||||
test-force:
|
||||
cd mysql-test; \
|
||||
./mysql-test-run --force && \
|
||||
./mysql-test-run --ps-protocol --force
|
||||
cd mysql-test ; \
|
||||
./mysql-test-run --force --mysqld=--binlog-format=statement && \
|
||||
./mysql-test-run --ps-protocol --force --mysqld=--binlog-format=row
|
||||
|
||||
test-force-full:
|
||||
cd mysql-test ; \
|
||||
./mysql-test-run --force --mysqld=--binlog-format=statement && \
|
||||
./mysql-test-run --force --ps-protocol --mysqld=--binlog-format=statement && \
|
||||
./mysql-test-run --force --mysqld=--binlog-format=row && \
|
||||
./mysql-test-run --force --ps-protocol --mysqld=--binlog-format=row
|
||||
|
||||
# We are testing a new Perl version of the test script
|
||||
test-pl:
|
||||
cd mysql-test; \
|
||||
./mysql-test-run.pl && \
|
||||
./mysql-test-run.pl --ps-protocol
|
||||
cd mysql-test ; \
|
||||
./mysql-test-run.pl --mysqld=--binlog-format=statement && \
|
||||
./mysql-test-run.pl --ps-protocol --mysqld=--binlog-format=row
|
||||
|
||||
test-full-pl:
|
||||
cd mysql-test ; \
|
||||
./mysql-test-run.pl --mysqld=--binlog-format=statement && \
|
||||
./mysql-test-run.pl --ps-protocol --mysqld=--binlog-format=statement && \
|
||||
./mysql-test-run.pl --mysqld=--binlog-format=row && \
|
||||
./mysql-test-run.pl --ps-protocol --mysqld=--binlog-format=row
|
||||
|
||||
test-force-pl:
|
||||
cd mysql-test; \
|
||||
./mysql-test-run.pl --force && \
|
||||
./mysql-test-run.pl --ps-protocol --force
|
||||
cd mysql-test ; \
|
||||
./mysql-test-run.pl --force --mysqld=--binlog-format=statement && \
|
||||
./mysql-test-run.pl --ps-protocol --force --mysqld=--binlog-format=row
|
||||
|
||||
test-force-full-pl:
|
||||
cd mysql-test ; \
|
||||
./mysql-test-run.pl --force --mysqld=--binlog-format=statement && \
|
||||
./mysql-test-run.pl --force --ps-protocol --mysqld=--binlog-format=statement && \
|
||||
./mysql-test-run.pl --force --mysqld=--binlog-format=row && \
|
||||
./mysql-test-run.pl --force --ps-protocol --mysqld=--binlog-format=row
|
||||
|
||||
# Don't update the files from bitkeeper
|
||||
%::SCCS/s.%
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue