Skip to content

Commit

Permalink
Handle PROCESSING_STMT_EXECUTE for sysown#906
Browse files Browse the repository at this point in the history
  • Loading branch information
renecannao authored and minichate committed Mar 6, 2017
1 parent 39e2c00 commit 47f60b8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/MySQL_Session.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -817,6 +817,9 @@ bool MySQL_Session::handler_again___verify_init_connect() {
case PROCESSING_STMT_PREPARE:
previous_status.push(PROCESSING_STMT_PREPARE);
break;
case PROCESSING_STMT_EXECUTE:
previous_status.push(PROCESSING_STMT_EXECUTE);
break;
default:
assert(0);
break;
Expand Down

0 comments on commit 47f60b8

Please sign in to comment.