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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
8cb8bf0e
Commit
8cb8bf0e
authored
Mar 23, 2007
by
dkatz/Damien@damiendev
Browse files
Options
Browse Files
Download
Plain Diff
Merge damiendev.:C:/build/dev50
into damiendev.:C:/build/mysql-5.1
parents
772a76a7
53ecf420
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
client/mysqldump.c
client/mysqldump.c
+3
-2
No files found.
client/mysqldump.c
View file @
8cb8bf0e
...
...
@@ -1699,8 +1699,9 @@ static uint dump_routines_for_db(char *db)
my_free
(
query_str
,
MYF
(
MY_ALLOW_ZERO_PTR
));
}
}
/* end of routine printing */
mysql_free_result
(
routine_res
);
}
/* end of list of routines */
mysql_free_result
(
routine_res
);
}
mysql_free_result
(
routine_list_res
);
}
/* end of for i (0 .. 1) */
...
...
@@ -3794,7 +3795,7 @@ char check_if_ignore_table(const char *table_name, char *table_type)
{
char
result
=
IGNORE_NONE
;
char
buff
[
FN_REFLEN
+
80
],
show_name_buff
[
FN_REFLEN
];
MYSQL_RES
*
res
;
MYSQL_RES
*
res
=
NULL
;
MYSQL_ROW
row
;
DBUG_ENTER
(
"check_if_ignore_table"
);
...
...
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