Bug #25063 new release candidate stopped letting you create a table
Submitted: 14 Dec 2006 10:50 Modified: 14 Dec 2006 14:04
Reporter: Cezary Okupski Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Administrator Severity:S1 (Critical)
Version:1.26rc OS:MacOS (Mac OS X 10.4.8)
Assigned to: Vladimir Kolesnikov CPU Architecture:Any
Tags: create, table

[14 Dec 2006 10:50] Cezary Okupski
Description:
When you try to create a new table in any way both in Administrator and Query Browser you get "The application MySQL Administrator quit unexpectedly".

EXC_BAD_ACCESS (0x0001)
KERN_PROTECTION_FAILURE (0x0002) at 0x00000000

Thread 0 Crashed:
0    -[MTableEditor(Private) indexOfEngine:] + 104 (icplusplus.c:28)
1    -[MTableEditor(Private) revertChanges] + 1432 (icplusplus.c:28)
2    -[MTableEditor showTable:catalog:schema:] + 2968 (icplusplus.c:28)
3    -[MTableEditor showNewTableForCatalog:schema:] + 104 (icplusplus.c:28)
4    -[MACatalogs createTable:] + 572 (crt.c:355)
5    -[NSApplication sendAction:to:from:] + 108
6    -[NSMenu performActionForItemAtIndex:] + 392
7    -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] + 104
8    _NSPopUpCarbonMenu2 + 2480
9    _NSPopUpCarbonMenu1 + 44

I connect to MySQL 5.0.22-max via socket on localhost, i. e. Power Macintosh (PowerPC G4) 1500.0 MHz, 512 MB RAM.

How to repeat:
E. g.:
Catalogs → any database → Create Table…
[14 Dec 2006 14:04] 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