Bug Tracker

[expired user #3333]'s profile image [expired user #3333] posted 16 years ago in General Permalink
Just curious if anyone ever looks at the bug tracker. I put in bug #540 over 2 weeks ago and no one's responded to it. I realize, Anse, that you're a one-man show and primarily responsible for all changes. To me, HeidiSQL 1308 is still the latest "bug-free" version I have. Bug #540 is a very serious issue for me and am wondering if/when it could get looked at.

Thanks for your time and efforts. :)
ansgar's profile image ansgar posted 16 years ago Permalink
Just updated that issue.
[expired user #3333]'s profile image [expired user #3333] posted 16 years ago Permalink
CREATE TABLE `dev_xiaix_game_data`.`myTestTable` (`FieldName` TEXT) TYPE = MyISAM /*!40100 DEFAULT CHARSET utf8 COLLATE utf8_general_ci */
SHOW TABLE STATUS FROM `dev_xiaix_game_data`
SHOW /*!32332 FULL */ COLUMNS FROM `mytesttable`
SHOW KEYS FROM `mytesttable`
SHOW TABLE STATUS LIKE 'mytesttable'
SELECT * FROM `mytesttable`
SHOW TABLES LIKE 'mytesttable'
SHOW COLUMNS FROM `mytesttable` LIKE '%'
SELECT COUNT(*) FROM `mytesttable`
SHOW TABLES LIKE 'mytesttable'
SHOW COLUMNS FROM `mytesttable` LIKE '%'
INSERT INTO `mytesttable` (`FieldName`) VALUES ('a\0b\0c\0d\0e\0f\0')


Nope. Still adding the NULL terminator after every keystroke.
[expired user #3333]'s profile image [expired user #3333] posted 16 years ago Permalink
I really do want to say thank you for looking and replying, Anse. :)

Please login to leave a reply, or register at first.