~ubuntu-branches/ubuntu/trusty/mariadb-5.5/trusty-proposed

« back to all changes in this revision

Viewing changes to mysql-test/t/func_misc.test

  • Committer: Package Import Robot
  • Author(s): Otto Kekäläinen, Otto Kekäläinen, James Page
  • Date: 2014-03-02 01:38:26 UTC
  • mfrom: (2.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20140302013826-z3afnfteqo86pccd
Tags: 5.5.36-1
[ Otto Kekäläinen ]
* New upstream release.
* Updated Danish debconf translation (Closes: #739750).
* d/control: Added explicit Conflicts/Replaces for mysql-5.6 packages
  (Closes: #739841).
* d/control: Update for use of virtual-* packages for switching to/from
  MySQL alternatives.

[ James Page ]
* d/control: Drop Nicholas from Uploaders, MIA (Closes: #739360).
* d/control: Add libjemalloc-dev to BD's.

Show diffs side-by-side

added added

removed removed

Lines of Context:
298
298
SELECT INET_NTOA(0);
299
299
SELECT '1' IN ('1', INET_NTOA(0));
300
300
 
 
301
#
 
302
# MDEV-5655 Server crashes on NAME_CONST containing AND/OR expressions
 
303
#
 
304
--error ER_WRONG_ARGUMENTS
 
305
SELECT NAME_CONST('a', -(1 OR 2)) OR 1;
 
306
--error ER_WRONG_ARGUMENTS
 
307
SELECT NAME_CONST('a', -(1 AND 2)) AND 1;
 
308
SELECT NAME_CONST('a', -(1)) OR 1;
301
309
 
302
310
--echo #
303
311
--echo # Bug #52165: Assertion failed: file .\dtoa.c, line 465
372
380
--echo # End of 5.5 tests
373
381
--echo #
374
382
 
375
 
--echo #
376
 
--echo # End of tests
377
 
--echo #