mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
AIX builds fail for comments using //
This commit is contained in:
@ -2331,10 +2331,10 @@ static uint dump_routines_for_db(char *db)
|
|||||||
{
|
{
|
||||||
if (opt_xml)
|
if (opt_xml)
|
||||||
{
|
{
|
||||||
if (i) // Procedures.
|
if (i) /* Procedures. */
|
||||||
print_xml_row(sql_file, "routine", routine_res, &row,
|
print_xml_row(sql_file, "routine", routine_res, &row,
|
||||||
"Create Procedure");
|
"Create Procedure");
|
||||||
else // Functions.
|
else /* Functions. */
|
||||||
print_xml_row(sql_file, "routine", routine_res, &row,
|
print_xml_row(sql_file, "routine", routine_res, &row,
|
||||||
"Create Function");
|
"Create Function");
|
||||||
continue;
|
continue;
|
||||||
|
Reference in New Issue
Block a user