Re: CREATE DATABASE IF NOT EXISTS not working in 4.1.2-alpha?
Steve Hay <[email protected]>
| Newsgroups | gmane.comp.db.mysql.bugs |
|---|---|
| Message-ID | <[email protected]> |
Sinisa Milivojevic wrote: >Steve Hay writes: > > >>I'm just looking at 4.1.2-alpha for the first time and immediately ran >>into a problem. The IF NOT EXISTS part of CREATE DATABASE doesn't seem >>to be working -- it causes an error if the database does already exist, >>just as you would get without the IF NOT EXISTS bit: >> >I just tested it with 4.1.3 and it worked like a charm: > > >mysql> create database if not exists xxx; >Query OK, 1 row affected (0.06 sec) > >mysql> create database if not exists xxx; >Query OK, 0 rows affected (0.00 sec) > Where can I get 4.1.3? I tried the snapshots page (http://downloads.mysql.com/snapshots.php), but there aren't any for 4.1.x. Is there any estimate for when 4.1.x will become the "stable" production version? - Steve ------------------------------------------------ Radan Computational Ltd. The information contained in this message and any files transmitted with it are confidential and intended for the addressee(s) only. If you have received this message in error or there are any problems, please notify the sender immediately. The unauthorized use, disclosure, copying or alteration of this message is strictly forbidden. Note that any views or opinions presented in this email are solely those of the author and do not necessarily represent those of Radan Computational Ltd. The recipient(s) of this message should check it and any attached files for viruses: Radan Computational will accept no liability for any damage caused by any virus transmitted by this email. -- MySQL Bugs Mailing List For list archives: http://lists.mysql.com/bugs To unsubscribe: http://lists.mysql.com/[email protected]