797798799800801802803804805806807
synchronized (this.cancelTimeoutMutex) { if (this.wasCancelled) { SQLException cause = null; if (this.wasCancelledByTimeout) { cause = new MySQLTimeoutException(); } else { cause = new MySQLStatementCancelledException(); } resetCancelledState();
14791480148114821483148414851486148714881489
16631664166516661667166816691670167116721673
20922093209420952096209720982099210021012102
13521353135413551356135713581359136013611362