diff options
author | marko@hundin.mysql.fi <> | 2004-02-19 14:37:39 +0200 |
---|---|---|
committer | marko@hundin.mysql.fi <> | 2004-02-19 14:37:39 +0200 |
commit | ec06c782396b584b0cc29e43c2ba41a6a9146179 (patch) | |
tree | 5f0c934534bbc8a4f473a6561d8e43043f469049 /innobase/trx/trx0trx.c | |
parent | 38b46781ed80121e250c59c77ed76eb8aa88a12a (diff) | |
download | mariadb-git-ec06c782396b584b0cc29e43c2ba41a6a9146179.tar.gz |
Remove unnecessary files and functions
Diffstat (limited to 'innobase/trx/trx0trx.c')
-rw-r--r-- | innobase/trx/trx0trx.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/innobase/trx/trx0trx.c b/innobase/trx/trx0trx.c index 47c39290b15..cbe7d8a648c 100644 --- a/innobase/trx/trx0trx.c +++ b/innobase/trx/trx0trx.c @@ -1147,8 +1147,6 @@ trx_sig_send( ut_a(0); - /* sess_raise_error_low(trx, 0, 0, NULL, NULL, NULL, NULL, - "Incompatible signal"); */ return(FALSE); } @@ -1197,9 +1195,6 @@ trx_sig_send( in the error state: */ ut_a(0); - - sess_raise_error_low(trx, 0, 0, NULL, NULL, NULL, NULL, - (char *) "Signal from another session, or a break execution signal"); } /* If there were no other signals ahead in the queue, try to start |