mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
mysqldump.c typo fixed
mysqldumpslow.sh | first line should be #!@PERL@ mysqld_multi.sh | not #@perl@ or #!/usr/bin/perl
This commit is contained in:
@ -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)
|
||||
|
2
scripts/mysqld_multi.sh
Executable file → Normal file
2
scripts/mysqld_multi.sh
Executable file → Normal file
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/perl
|
||||
#!@PERL@
|
||||
|
||||
use Getopt::Long;
|
||||
use POSIX qw(strftime);
|
||||
|
2
scripts/mysqldumpslow.sh
Executable file → Normal file
2
scripts/mysqldumpslow.sh
Executable file → Normal file
@ -1,4 +1,4 @@
|
||||
#@perl@
|
||||
#!@PERL@
|
||||
# mysqldumpslow - parse and summarize the MySQL slow query log
|
||||
|
||||
use strict;
|
||||
|
Reference in New Issue
Block a user