diff options
Diffstat (limited to 'innobase/include/row0sel.ic')
-rw-r--r-- | innobase/include/row0sel.ic | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/innobase/include/row0sel.ic b/innobase/include/row0sel.ic index 994638790c0..595cea1138b 100644 --- a/innobase/include/row0sel.ic +++ b/innobase/include/row0sel.ic @@ -77,12 +77,9 @@ open_step( if (err != DB_SUCCESS) { /* SQL error detected */ - printf("SQL error %lu\n", (unsigned long) err); + fprintf(stderr, "SQL error %lu\n", (ulong) err); ut_error; - que_thr_handle_error(thr, err, NULL, 0); - - return(NULL); } thr->run_node = que_node_get_parent(node); |