1. 10 Dec, 2004 3 commits
    • serg@serg.mylan's avatar
      manually merged · 09b2dc89
      serg@serg.mylan authored
      09b2dc89
    • heikki@hundin.mysql.fi's avatar
      dict0dict.h, dict0dict.c, ha_innodb.cc: · ea6b5e11
      heikki@hundin.mysql.fi authored
        Fix for the 0xA0 character problem in the InnoDB FOREIGN KEY parser: if my_isspace() treats 0xA0 as space, then let InnoDB do the same; this might break some multi-byte charset id's, though for big5, ujis, sjis this seems not to change the current behavior (I checked the tables in /share/charsets); this fix must NOT be merged to 4.1 because in 4.1 everything is in UTF-8
      ea6b5e11
    • heikki@hundin.mysql.fi's avatar
      dict0dict.c: · 4915d196
      heikki@hundin.mysql.fi authored
        Fix the bug that the character 0xA0 that EMS MySQL Manager in ALTER TABLE adds after a table name confuses the InnoDB FOREIGN KEY parser, causing an error 121 when we try to add a new constraint; a full fix would require the lexer to be aware of thd->charset_info() and UTF-8
      4915d196
  2. 09 Dec, 2004 13 commits
  3. 08 Dec, 2004 12 commits
  4. 07 Dec, 2004 12 commits