mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Fix typos in mysql-test/
This commit is contained in:
committed by
Daniel Black
parent
40c5b62531
commit
1b95e46524
@@ -40,7 +40,7 @@
|
||||
<row a=212 b="b212"></row>
|
||||
|
||||
<!-- Bug#29752 Linefeeds break LOAD XML INFILE -->
|
||||
<!-- Check varios combinations of TAB and NL -->
|
||||
<!-- Check various combinations of TAB and NL -->
|
||||
|
||||
<row
|
||||
a=213 b="b213">
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#!/bin/sh -eu
|
||||
|
||||
# This is a simple example of wsrep notification script (wsrep_notify_cmd).
|
||||
# It will create 'wsrep' schema and two tables in it: 'membeship' and 'status'
|
||||
# It will create 'wsrep' schema and two tables in it: 'membership' and 'status'
|
||||
# and fill them on every membership or node status change.
|
||||
#
|
||||
# Edit parameters below to specify the address and login to server:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#!/bin/sh -eu
|
||||
|
||||
# This is a simple example of wsrep notification script (wsrep_notify_cmd).
|
||||
# It will create 'wsrep' schema and two tables in it: 'membeship' and 'status'
|
||||
# It will create 'wsrep' schema and two tables in it: 'membership' and 'status'
|
||||
# and fill them on every membership or node status change.
|
||||
#
|
||||
# Edit parameters below to specify the address and login to server:
|
||||
|
||||
Reference in New Issue
Block a user