[Commits] Rev 3388: Fix compiler warning on Windows. in file:///H:/bzr/5.3/
Vladislav Vaintroub
wlad at montyprogram.com
Thu Jan 19 14:47:06 EET 2012
At file:///H:/bzr/5.3/
------------------------------------------------------------
revno: 3388
revision-id: wlad at montyprogram.com-20120119124659-8rkf6gab6px5zper
parent: igor at askmonty.org-20120118232813-gpf0zthsis5zi41i
committer: Vladislav Vaintroub <wlad at montyprogram.com>
branch nick: 5.3
timestamp: Thu 2012-01-19 13:46:59 +0100
message:
Fix compiler warning on Windows.
-------------- next part --------------
=== modified file 'storage/xtradb/row/row0sel.c'
--- a/storage/xtradb/row/row0sel.c 2011-12-11 09:34:44 +0000
+++ b/storage/xtradb/row/row0sel.c 2012-01-19 12:46:59 +0000
@@ -3455,6 +3455,7 @@
}
ut_error;
+ return(ICP_ABORTED_BY_USER); /* Keep compiler happy */
}
/********************************************************************//**
More information about the commits
mailing list