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
d5dacca4
Commit
d5dacca4
authored
Apr 07, 2021
by
Julius Goryavsky
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clarified abbreviated option names in some tests, to avoid
problems with ambiguous options in the future.
parent
8ff0ac45
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
mysql-test/suite/rpl/t/rpl_row_tbl_metadata.test
mysql-test/suite/rpl/t/rpl_row_tbl_metadata.test
+1
-1
mysql-test/t/mysqldump-nl.test
mysql-test/t/mysqldump-nl.test
+4
-4
mysql-test/t/parser_not_embedded.test
mysql-test/t/parser_not_embedded.test
+1
-1
No files found.
mysql-test/suite/rpl/t/rpl_row_tbl_metadata.test
View file @
d5dacca4
...
...
@@ -329,7 +329,7 @@ while($ntables)
--
echo
### detect failure. Before the patch mysqlbinlog would find
--
echo
### a corrupted event, thence would fail.
--
let
$MYSQLD_DATADIR
=
`SELECT @@datadir`
--
exec
$MYSQL_BINLOG
-
v
--
hex
$MYSQLD_DATADIR
/
master
-
bin
.
000001
>
$MYSQLTEST_VARDIR
/
tmp
/
mysqlbinlog_bug50018
.
binlog
--
exec
$MYSQL_BINLOG
-
v
--
hex
dump
$MYSQLD_DATADIR
/
master
-
bin
.
000001
>
$MYSQLTEST_VARDIR
/
tmp
/
mysqlbinlog_bug50018
.
binlog
## clean up
## For debugging purposes you might want not to remove these
...
...
mysql-test/t/mysqldump-nl.test
View file @
d5dacca4
...
...
@@ -26,10 +26,10 @@ create procedure sp() select * from `v1
flush
tables
;
use
test
;
exec
$MYSQL_DUMP
--
compact
--
comment
--
routines
--
add
-
drop
-
database
--
databases
'mysqltest1
exec
$MYSQL_DUMP
--
compact
--
comment
s
--
routines
--
add
-
drop
-
database
--
databases
'mysqltest1
1tsetlqsym'
;
exec
$MYSQL_DUMP
--
compact
--
comment
--
routines
--
add
-
drop
-
database
--
databases
'mysqltest1
exec
$MYSQL_DUMP
--
compact
--
comment
s
--
routines
--
add
-
drop
-
database
--
databases
'mysqltest1
1tsetlqsym'
|
$MYSQL
;
show
tables
from
`mysqltest1
...
...
@@ -45,11 +45,11 @@ create database `test\``
show
databases
like
'test%'
;
exec
$MYSQL_DUMP
--
compact
--
comment
--
add
-
drop
-
database
--
databases
'test`'
'test\`
exec
$MYSQL_DUMP
--
compact
--
comment
s
--
add
-
drop
-
database
--
databases
'test`'
'test\`
\! ls
#'
;
exec
$MYSQL_DUMP
--
compact
--
comment
--
add
-
drop
-
database
--
databases
'test`'
'test\`
exec
$MYSQL_DUMP
--
compact
--
comment
s
--
add
-
drop
-
database
--
databases
'test`'
'test\`
\! ls
#'
|
$MYSQL
;
...
...
mysql-test/t/parser_not_embedded.test
View file @
d5dacca4
...
...
@@ -21,7 +21,7 @@ select 7 as expected, /*!01000 1 + /*!01000 8 + /*!01000 error */ 16 + */ 2 + */
select
4
as
expected
,
/* 1 + /*!01000 8 + */
2
+
*/
4
;
EOF
--
exec
$MYSQL
--
comment
--
force
--
table
test
<
$MYSQLTEST_VARDIR
/
tmp
/
bug39559
.
sql
--
exec
$MYSQL
--
comment
s
--
force
--
table
test
<
$MYSQLTEST_VARDIR
/
tmp
/
bug39559
.
sql
--
remove_file
$MYSQLTEST_VARDIR
/
tmp
/
bug39559
.
sql
--
echo
# Bug#46527 "COMMIT AND CHAIN RELEASE does not make sense"
...
...
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