1. 10 Dec, 2004 2 commits
    • kent@mysql.com's avatar
      Makefile.am: · 081fdcc2
      kent@mysql.com authored
        Moved "../regex/libregex.a" before "../libmysql/libmysqlclient.la"
        when linking. For -all-static linking libtool put -lc after the .la
        file and this put the libc regex functions before our regex functions
        when linking on Linux.
      081fdcc2
    • 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 13 commits