An error occurred fetching the project authors.
  1. 22 Nov, 2002 1 commit
  2. 21 Nov, 2002 2 commits
  3. 20 Nov, 2002 2 commits
  4. 16 Nov, 2002 1 commit
    • monty@mashka.mysql.fi's avatar
      Small improvement to alloc_root · 1a96948e
      monty@mashka.mysql.fi authored
      Add support for LIMIT # OFFSET #
      Changed lock handling:  Now all locks should be stored in TABLE_LIST instead of passed to functions.
      Don't call query_cache_invalidate() twice in some cases
      mysql_change_user() now clears states to be equal to close + connect.
      Fixed a bug with multi-table-update and multi-table-delete when used with LOCK TABLES
      Fixed a bug with replicate-do and UPDATE
      1a96948e
  5. 11 Nov, 2002 1 commit
  6. 10 Nov, 2002 1 commit
  7. 07 Nov, 2002 1 commit
  8. 06 Nov, 2002 1 commit
    • bar@bar.mysql.r18.ru's avatar
      Extensions to support this: · 8229d282
      bar@bar.mysql.r18.ru authored
      SHOW CREATE DATABASE [IF NOT EXISTS] dbname
      
      Version dependant parts are displayed in appropriative comments:
      CREATE DATABASE /*!32312 IF NOT EXISTS*/ `ucs` /*!40100 DEFAULT CHARACTER SET ucs2*/
      8229d282
  9. 04 Nov, 2002 2 commits
  10. 31 Oct, 2002 1 commit
  11. 30 Oct, 2002 3 commits
  12. 29 Oct, 2002 1 commit
    • monty@hundin.mysql.fi's avatar
      Added back old LARGEFILE handling · 1e053832
      monty@hundin.mysql.fi authored
      Fixed reference to freed memory in acl_init()/grant_init()
      Fixed possible memory leak. (Could only happen in very strange circumstances)
      Fixed bug in ALTER TABLE with BDB tables
      Updated mysql-test for valgrind
      1e053832
  13. 28 Oct, 2002 1 commit
  14. 26 Oct, 2002 2 commits
  15. 25 Oct, 2002 3 commits
  16. 24 Oct, 2002 3 commits
  17. 23 Oct, 2002 3 commits
    • bar@bar.mysql.r18.ru's avatar
      All these syntaxes now work: · 607c0c01
      bar@bar.mysql.r18.ru authored
      CREATE TABLE a (...) TYPE isam  CHARSET latin1  MAX_ROWS 1000;
      CREATE TABLE a (...) TYPE=isam  CHARSET=latin1  MAX_ROWS=1000;
      CREATE TABLE a (...) TYPE isam, CHARSET latin1, MAX_ROWS 1000;
      CREATE TABLE a (...) TYPE=isam, CHARSET=latin1, MAX_ROWS=1000;
      607c0c01
    • bar@bar.mysql.r18.ru's avatar
      Both syntaxes are now working: · ec542a6c
      bar@bar.mysql.r18.ru authored
      CREATE TABLE a (...) TYPE isam  CHARSET latin1  MAX_ROWS 1000;
      CREATE TABLE a (...) TYPE=isam  CHARSET=latin1  MAX_ROWS=1000;
      ec542a6c
    • bar@bar.mysql.r18.ru's avatar
      sql_yacc.yy: · e46fce4b
      bar@bar.mysql.r18.ru authored
        character set binary didn't work
      e46fce4b
  18. 16 Oct, 2002 2 commits
  19. 15 Oct, 2002 1 commit
  20. 12 Oct, 2002 1 commit
    • pem@mysql.com's avatar
      Task 430: Allowing braces in joins by simply removing them. · 8bd61c3f
      pem@mysql.com authored
      This is a simple fix, allowing a join_table_list in the right reduction of a
      normal_join sequence, instead of just a join_table. This makes things like
      "t1, (t2 left join t3)" work, but it also allows "join" and "cross join" instead
      of ",".
      
      This should fix the bug reported as:
        Subject: ODBC SQL syntax issue 
        From: Ivan Vazharov 
        Date: Mon, 30 Sep 2002 12:02:42 +0200 
      8bd61c3f
  21. 11 Oct, 2002 1 commit
  22. 03 Oct, 2002 1 commit
  23. 02 Oct, 2002 1 commit
    • monty@mashka.mysql.fi's avatar
      Fixes and code cleanups after merge with 4.0.3 · d69250a9
      monty@mashka.mysql.fi authored
      Warning handling and initial prepared statement handling (last not complete yet)
      Changed a lot of functions that returned 0/1 to my_bool type.
      GRANT handling now uses read/write locks instead of mutex
      Change basic net functions to use THD instead of NET
      (needed for 4.1 protocol)
      Use my_sprintf instead of sprintf() + strlen()
      Added alloc_query() to be able to chare query initialization code with
      prepared statements.
      Cleanup handling of SHOW COUNT(*) WARNINGS and SELECT LAST_INSERT_ID()
      
      Note that the following test fails (will be fixed ASAP):
      sub_select, union, rpl_rotate_logs and rpl_mystery22
      d69250a9
  24. 25 Sep, 2002 1 commit
  25. 23 Sep, 2002 1 commit
  26. 20 Sep, 2002 1 commit
  27. 13 Sep, 2002 1 commit