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
1dc2ddc8
Commit
1dc2ddc8
authored
Feb 16, 2006
by
serg@serg.mylan
Browse files
Options
Browse Files
Download
Plain Diff
Merge bk-internal.mysql.com:/home/bk/mysql-5.1-new
into serg.mylan:/usr/home/serg/Abk/mysql-5.1
parents
5a1957ef
6c7dd562
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
client/mysqldump.c
client/mysqldump.c
+2
-2
No files found.
client/mysqldump.c
View file @
1dc2ddc8
...
@@ -2905,7 +2905,7 @@ static int get_actual_table_name(const char *old_table_name,
...
@@ -2905,7 +2905,7 @@ static int get_actual_table_name(const char *old_table_name,
}
}
mysql_free_result
(
table_res
);
mysql_free_result
(
table_res
);
}
}
return
retval
;
DBUG_RETURN
(
retval
)
;
}
}
...
@@ -2920,7 +2920,7 @@ static int dump_selected_tables(char *db, char **table_names, int tables)
...
@@ -2920,7 +2920,7 @@ static int dump_selected_tables(char *db, char **table_names, int tables)
DBUG_ENTER
(
"dump_selected_tables"
);
DBUG_ENTER
(
"dump_selected_tables"
);
if
(
init_dumping
(
db
))
if
(
init_dumping
(
db
))
return
1
;
DBUG_RETURN
(
1
)
;
/* Init hash table for storing the actual name of tables to dump */
/* Init hash table for storing the actual name of tables to dump */
if
(
hash_init
(
&
dump_tables
,
charset_info
,
16
,
0
,
0
,
if
(
hash_init
(
&
dump_tables
,
charset_info
,
16
,
0
,
0
,
...
...
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