~ben-mildren-8/mydumper/mydumper

« back to all changes in this revision

Viewing changes to mydumper.c

  • Committer: Max Bubenick
  • Date: 2013-09-04 21:14:18 UTC
  • Revision ID: max.bubenick@percona.com-20130904211418-q1qctstytl98m7py
MyISAM lock tables fail message lvl changed, and better description

Show diffs side-by-side

added added

removed removed

Lines of Context:
843
843
                        
844
844
                        /* if the LT fails do not realease the FTWRL */
845
845
                        if(mysql_query(lock_conn, query->str)){
846
 
                                g_critical("Could not execute query: %s", mysql_error(conn));
 
846
                                g_warning("MyISAM lock tables fail: %s", mysql_error(lock_conn));
847
847
                        }else{
848
848
                                g_message("Unlocking Innodb tables");
849
849
                                mysql_query(conn, "UNLOCK TABLES");