[MDEV-16960] create database for db that already exists hangs Created: 2018-08-13 Updated: 2018-09-11 Resolved: 2018-09-11 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Server |
| Affects Version/s: | 5.5.56 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Austin France | Assignee: | Unassigned |
| Resolution: | Incomplete | Votes: | 0 |
| Labels: | need_feedback | ||
| Environment: |
Linux (Centos 7) |
||
| Description |
|
I have the following statement echo 'create database bugs50;' | mysql Ran first time, creates database. Ran a second time, it just hangs on the create database statement. Workaround is to use echo 'create database if not exists bugs50;' | mysql The only slightly unusual setup I have is that my db directory is not under /var/lib
I also have a symlink from /var/lib/mysql -> /home/mariadb/mysql |
| Comments |
| Comment by Elena Stepanova [ 2018-08-13 ] |
|
Can you get a stack trace from the hanging process? |