Bug #26187 | Full crash after typing anything in query or script window. Space in table name | ||
---|---|---|---|
Submitted: | 8 Feb 2007 16:38 | Modified: | 21 Feb 2007 12:21 |
Reporter: | Robert Wallis | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Query Browser | Severity: | S2 (Serious) |
Version: | 1.2.9rc | OS: | MacOS (OSX) |
Assigned to: | Vladimir Kolesnikov | CPU Architecture: | Any |
Tags: | crash, query, space, table name, type anything |
[8 Feb 2007 16:38]
Robert Wallis
[8 Feb 2007 18:24]
Sveta Smirnova
Thank you for the report. Seems to be duplicate of the bug #25780. Do you connect to server located on remote machine?
[8 Feb 2007 18:47]
Robert Wallis
This happens when connecting to 127.0.0.1, the local machine. I haven't tried testing with another server. I don't have access to a remote server from this machine. Sorry I didn't search closed bugs, and bug #25780 looks like the same bug with the exception that the crash is happening on a schema with spaces in the name, not just hyphens. My problem schema had a table with a space in the name. I quickly created a test table in `temp` named `table name` with one column. Then changed my schema to `mysql` and then back to `temp`. As soon as I typed something it crashed! Yay. Now I can bug the developer that created a table with a space in the name about why never to put spaces in table names. Thank you
[8 Feb 2007 18:53]
Sveta Smirnova
Thank you for the report. Verified as described. To repeat: create schema with table `foo bar`, connect to it and get crash.
[21 Feb 2007 12:21]
Vladimir Kolesnikov
Thank you for your bug report. This issue has been committed to our source repository of that product and will be incorporated into the next release. If necessary, you can access the source repository and build the latest available version, including the bug fix. More information about accessing the source trees is available at http://dev.mysql.com/doc/en/installing-source.html