Comment 2 for bug 1201033

Revision history for this message
Valerii Kravchuk (valerii-kravchuk) wrote :

No crash on upstream 5.6.12:

openxs@debian7:~/sandboxes/rcsandbox_mysql-5_6_12/node1$ ./use test
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A

Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 3
Server version: 5.6.12-log MySQL Community Server (GPL)

Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.

Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

node1 [localhost] {msandbox} (test) > SELECT AES_ENCRYPT('','6b2d440b57b3bae74e3cf71e415b3965') FROM DUAL;
+----------------------------------------------------+
| AES_ENCRYPT('','6b2d440b57b3bae74e3cf71e415b3965') |
+----------------------------------------------------+
| ▌ZЦq÷▄ ╪JyйЗ |
+----------------------------------------------------+
1 row in set (0.04 sec)