mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +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);
|
sprintf(insert_pat,"SET OPTION SQL_QUOTE_SHOW_CREATE=%d", opt_quoted);
|
||||||
table_name=quote_name(table,table_buff);
|
table_name=quote_name(table,table_buff);
|
||||||
if (mysql_query(sock,insert_pat))
|
if (!mysql_query(sock,insert_pat))
|
||||||
{
|
{
|
||||||
/* using SHOW CREATE statement */
|
/* using SHOW CREATE statement */
|
||||||
if (!tFlag)
|
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 Getopt::Long;
|
||||||
use POSIX qw(strftime);
|
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
|
# mysqldumpslow - parse and summarize the MySQL slow query log
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
|
Reference in New Issue
Block a user