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
1ad91edd
Commit
1ad91edd
authored
Dec 09, 2000
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge
parents
9aaf054f
57497101
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
17 additions
and
16 deletions
+17
-16
client/mysqldump.c
client/mysqldump.c
+1
-1
mysql-test/mysql-test-run
mysql-test/mysql-test-run
+3
-2
scripts/mysqld_multi.sh
scripts/mysqld_multi.sh
+12
-12
scripts/mysqldumpslow.sh
scripts/mysqldumpslow.sh
+1
-1
No files found.
client/mysqldump.c
View file @
1ad91edd
...
...
@@ -599,7 +599,7 @@ static uint getTableStructure(char *table, char* db)
sprintf
(
insert_pat
,
"SET OPTION SQL_QUOTE_SHOW_CREATE=%d"
,
opt_quoted
);
table_name
=
quote_name
(
table
,
table_buff
);
if
(
mysql_query
(
sock
,
insert_pat
))
if
(
!
mysql_query
(
sock
,
insert_pat
))
{
/* using SHOW CREATE statement */
if
(
!
tFlag
)
...
...
mysql-test/mysql-test-run
View file @
1ad91edd
...
...
@@ -321,7 +321,7 @@ start_master()
--server-id=1
\
--basedir=
$MY_BASEDIR
\
--port=
$MASTER_MYPORT
\
--
core-file
\
--
exit-info=256
\
--datadir=
$MASTER_MYDDIR
\
--pid-file=
$MASTER_MYPID
\
--socket=
$MASTER_MYSOCK
\
...
...
@@ -347,7 +347,8 @@ start_slave()
--master-connect-retry=1
\
--master-host=127.0.0.1
\
--master-port=
$MASTER_MYPORT
\
--core-file --log-bin --log-slave-updates
\
--exit-info=256
\
--log-bin --log-slave-updates
\
--basedir=
$MY_BASEDIR
\
--datadir=
$SLAVE_MYDDIR
\
--pid-file=
$SLAVE_MYPID
\
...
...
scripts/mysqld_multi.sh
100755 → 100644
View file @
1ad91edd
#!
/usr/bin/perl
#!
@PERL@
use Getopt::Long
;
use POSIX qw
(
strftime
)
;
...
...
scripts/mysqldumpslow.sh
100755 → 100644
View file @
1ad91edd
#
@perl
@
#
!@PERL
@
# mysqldumpslow - parse and summarize the MySQL slow query log
use strict
;
...
...
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