Merge pull request #4378 from Montellese/mysql_integer_cast_fix
authorjmarshallnz <jcmarsha@gmail.com>
Sat, 8 Mar 2014 21:46:01 +0000 (10:46 +1300)
committerjmarshallnz <jcmarsha@gmail.com>
Sat, 8 Mar 2014 21:46:01 +0000 (10:46 +1300)
mysql: replace all "cast(foo as integer)" to "cast(foo as signed integer)" and not just the first one


Trivial merge