Bug #12688 | Error with Access escape sequence | ||
---|---|---|---|
Submitted: | 19 Aug 2005 19:31 | Modified: | 30 Aug 2005 21:17 |
Reporter: | Jesse Fulton | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Migration Toolkit | Severity: | S3 (Non-critical) |
Version: | 1.013 | OS: | Windows (Windows XP Professional) |
Assigned to: | MySQL Verification Team | CPU Architecture: | Any |
[19 Aug 2005 19:31]
Jesse Fulton
[29 Aug 2005 13:00]
MySQL Verification Team
Could you please provide an MDB file for test case. You can upload it into a zipped file naming it with this bug report at: ftp://ftp.mysql.com/pub/mysql/upload Thanks in advance.
[30 Aug 2005 21:17]
MySQL Verification Team
I was unable to repeat with MMT 1.0.15 rc: -------------------------------------------------------------------------------- -- MySQL Migration Toolkit Report -- -- -- -- Title: Summary Of The Migration Process -- -- Date: 2005-08-30 18:09 -- -------------------------------------------------------------------------------- 1. Schema Migration ------------------- Number of migrated schemata: 1 Schema Name: bug12688 - Tables: 1 - Views: 0 - Routines: 0 - Structured Types: 0 Details: - Tables `bug12688`.`testbug` -------------------- - Views - Routines - Structured Types 2. Data Bulk Transfer --------------------- `bug12688`.`testbug` -------------------- 5 row(s) transfered. End of report. -------------------------------------------------------------------------------- c:\mysql\bin>mysql -uroot bug12688 Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 11 to server version: 5.0.12-beta-nt Type 'help;' or '\h' for help. Type '\c' to clear the buffer. mysql> show create table testbug\G *************************** 1. row *************************** Table: testbug Create Table: CREATE TABLE `testbug` ( `id` int(10) NOT NULL auto_increment, `thememo` longtext, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 1 row in set (0.00 sec) mysql> select thememo from testbug where id =5\G *************************** 1. row *************************** thememo: <pre id=code><font face=courier size=2 id=code> #include "windows.h" int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPTSTR lpCmdLine, int nCmdShow) { ULARGE_INTEGER uliFree; ULARGE_INTEGER uliTotal; MEMORYSTATUS msMemory; RETAILMSG(TRUE, (_T("------ ADS System Resource Report ------\r\n"))); GetDiskFreeSpaceEx(_T("\\FlashFX Disk"), &uliFree, &uliTotal, NULL); RETAILMSG(TRUE, (_T("FlashFX Disk:\r\n"))); RETAILMSG(TRUE, (_T(" Size: %i bytes\r\n"), uliTotal)); RETAILMSG(TRUE, (_T(" Available: %i bytes\r\n\n"), uliFree)); msMemory.dwLength = sizeof(MEMORYSTATUS); GlobalMemoryStatus(&msMemory); RETAILMSG(TRUE, (_T("RAM:\r\n"))); RETAILMSG(TRUE, (_T(" Total Physical: %i bytes\r\n"), msMemory.dwTotalPhys)); RETAILMSG(TRUE, (_T(" Avail Physical: %i bytes\r\n"), msMemory.dwAvailPhys)); RETAILMSG(TRUE, (_T(" Total Virtual: %i bytes\r\n"), msMemory.dwTotalVirtual)); RETAILMSG(TRUE, (_T(" Avail Virtual: %i bytes\r\n"), msMemory.dwAvailVirtual)); RETAILMSG(TRUE, (_T(" Current load: %i%%\r\n"), msMemory.dwMemoryLoad)); RETAILMSG(TRUE, (_T("----------------------------------------\r\n\n"))); return 0; }</font id=code></pre id=code> 1 row in set (0.00 sec) mysql>
[24 Sep 2005 14:35]
Jeff Brown
I have a similar problem. I've narrowed the offending character to: {