home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2002 July & August
/
PCWorld_2002-07-08_cd.bin
/
Komunik
/
MySQL
/
mysqlgui
/
readme.version_1.4
< prev
next >
Wrap
Text File
|
2001-09-08
|
811b
|
25 lines
This is a beta version of the new MySQLGUI client, version 1.4
This is mostly bug-fix release.
Fixed a bug in X11 and Win32 (!) where there is no possibility of having a
scrollable widget larger then 32767 pixels. This limits number of rows to be
displayed in spreadsheet widget to 1634 (multiplied by 20 (height of a row
) + height of labels...) . So, if you have more rows then only first 1634
will be displayed, so that you could see something. If you wanna see them
all, use Editor widget.
For those with HUGE queries added algorithm to widen a display of query
string in ``display processes''.
Changed display or rows in spreadsheet widget to use much less memory.
Switched to mysql++ almost everywhere in the code.
Some other smaller bug-fixes reported by users and some other improvements.