~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzledump.cc

  • Committer: Andrew Hutchings
  • Date: 2010-09-23 21:09:07 UTC
  • mto: (1792.1.1 build)
  • mto: This revision was merged to the branch mainline in revision 1793.
  • Revision ID: andrew@linuxjedi.co.uk-20100923210907-uhbvkq9fickl4j11
Fix ignore tables

Show diffs side-by-side

added added

removed removed

Lines of Context:
160
160
static int dump_selected_tables(const string &db, const vector<string> &table_names);
161
161
static int dump_databases(const vector<string> &db_names);
162
162
static int dump_all_databases(void);
163
 
char check_if_ignore_table(const char *table_name, char *table_type);
164
163
int get_server_type();
165
164
void dump_all_tables(void);
166
165
void generate_dump(void);