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
e805afde
Commit
e805afde
authored
Apr 10, 2006
by
msvensson@neptunus.(none)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Step 1 in removing mysql-test-run.sh from 5.1 and up
parent
5770973b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
28 deletions
+23
-28
Makefile.am
Makefile.am
+11
-28
mysql-test/mysql-test-run.sh
mysql-test/mysql-test-run.sh
+12
-0
No files found.
Makefile.am
View file @
e805afde
...
...
@@ -119,54 +119,37 @@ tags:
# making sure each user use different ports.
test
:
cd
mysql-test
;
\
./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
--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
--mysqld
=
--binlog-format
=
statement
&&
\
./mysql-test-run.pl
--ps-protocol
--mysqld
=
--binlog-format
=
row
test-full
-pl
:
test-full
:
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
:
test-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
:
test-force-full
:
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
# Keep these for a while
test-pl
:
test
test-full-pl
:
test-full
test-force-pl
:
test-force
test-force-full-pl
:
test-force-full
# Don't update the files from bitkeeper
%
::
SCCS/s.%
mysql-test/mysql-test-run.sh
View file @
e805afde
...
...
@@ -7,6 +7,18 @@
# List of failed cases (--force) backported from 4.1 by Joerg
# :-)
echo
"##################################################"
;
echo
"This script is deprecated and will soon be removed"
;
echo
"Use mysql-test-run.pl instead"
;
echo
"Now sleeping 20 seconds..."
;
echo
"##################################################"
;
sleep
20
;
echo
"continuing"
;
echo
;
#++
# Access Definitions
#--
...
...
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