Home » Fóruns » Bug Report and Fixes
 
DBManager 2.3.0 MySQL 4.1.7 fulltext index crash bug (406 visualizações)
DBManager 2.3.0 MySQL 4.1.7 fulltext index crash bug Postado em 10/11/2004 01:49 por jbenson
After adding a fulltext index to a table, clicking on the table in the left workspace panel with the details tab active in the main window crashes DBManager (Memory cannot be read).

This sample tabledef re-creates the problem.

CREATE TABLE `crash_test`
(
`ID` mediumint (9) NOT NULL AUTO_INCREMENT ,
`some_text` varchar (8),
FULLTEXT (some_text),
PRIMARY KEY (ID)
) TYPE=MyISAM


Joe Benson
Re: DBManager 2.3.0 MySQL 4.1.7 fulltext index crash bug Postado em 11/11/2004 10:04 por support
Hi,

That is fixed already for 3.0 version, that should be out this saturday.

Thanks for the feedback,


Support / DBTools Software
Re: DBManager 2.3.0 MySQL 4.1.7 fulltext index crash bug Postado em 15/11/2004 03:30 por richard_stracke
Hi,

Saturday ?

What is happen ?

regards,

Richard
DBManager 2.3.0 MySQL 4.1.7 fulltext index crash bug (406 previews)
 
Home » Fóruns » Bug Report and Fixes