~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/server_includes.h

  • Committer: Monty Taylor
  • Date: 2008-11-07 00:17:38 UTC
  • mto: (575.1.7 fix-headers)
  • mto: This revision was merged to the branch mainline in revision 579.
  • Revision ID: monty@inaugust.com-20081107001738-h47weh9c8su7k8z8
Moved vio stuff into libdrizzle.

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
void mysql_client_binlog_statement(Session *session);
69
69
 
70
70
/* sql_rename.cc */
71
 
bool mysql_rename_tables(Session *session, TableList *table_list, bool silent);
 
71
bool drizzle_rename_tables(Session *session, TableList *table_list, bool silent);
72
72
bool do_rename(Session *session, TableList *ren_table, char *new_db,
73
73
                      char *new_table_name, char *new_table_alias,
74
74
                      bool skip_error);