An error occurred fetching the project authors.
  1. 30 Oct, 2002 1 commit
  2. 28 Oct, 2002 1 commit
  3. 26 Oct, 2002 1 commit
    • bell@sanja.is.com.ua's avatar
      code cleanup · c3127c7e
      bell@sanja.is.com.ua authored
      fixed subselect error handling bug
      fixed subselect UNION ALL bug
      fixed thd->lex.select restoring
      explain UNION subselect bug
      c3127c7e
  4. 25 Oct, 2002 3 commits
  5. 24 Oct, 2002 2 commits
  6. 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
  7. 16 Oct, 2002 2 commits
  8. 15 Oct, 2002 1 commit
  9. 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
  10. 11 Oct, 2002 1 commit
  11. 03 Oct, 2002 1 commit
  12. 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
  13. 25 Sep, 2002 1 commit
  14. 23 Sep, 2002 1 commit
  15. 20 Sep, 2002 1 commit
  16. 13 Sep, 2002 1 commit
  17. 12 Sep, 2002 1 commit
  18. 05 Sep, 2002 1 commit
    • monty@mashka.mysql.fi's avatar
      Fixed searching after ssl directories. · 0281a6b1
      monty@mashka.mysql.fi authored
      Fixed that GRANT ... REQUIRE options are not forgot when doing new GRANT
      Changed fn_ext to point at first '.' after directory.
      FLUSH LOGS removed numerical extension for all future update logs.
      Fixed the mysqld --help reports right values for --datadir and --bind-address
      --log-binary=a.b.c now properly strips of .b.c
      Fix that one can DROP UDF functions that was not loaded at startup
      Made AND optional in REQUIRE
      Added REQUIRE NONE
      0281a6b1
  19. 03 Sep, 2002 1 commit
  20. 28 Aug, 2002 1 commit
  21. 22 Aug, 2002 1 commit
  22. 12 Aug, 2002 1 commit
  23. 09 Aug, 2002 2 commits
  24. 08 Aug, 2002 2 commits
  25. 03 Aug, 2002 1 commit
  26. 29 Jul, 2002 1 commit
  27. 24 Jul, 2002 2 commits
  28. 23 Jul, 2002 1 commit
    • monty@mashka.mysql.fi's avatar
      New SET syntax & system variables. · dddc20d9
      monty@mashka.mysql.fi authored
      Made a some new buffers thread specific and changeable.
      Resize of key_buffer.
      AUTO_COMMIT -> AUTOCOMMIT
      Fixed mutex bug in DROP DATABASE
      Fixed bug when using auto_increment as second part of a key where first part could include NULL.
      Split handler->extra() to extra() and extra_opt() to be able to support thread specific buffers.
      Don't write message to error log when slave reconnects becasue of timeout.
      Fixed possible update problem when using DELETE/UPDATE on small tables
      (In some cases we used index even if table scanning would be better)
      A lot of minior code cleanups
      dddc20d9
  29. 20 Jul, 2002 1 commit
  30. 17 Jul, 2002 1 commit
  31. 16 Jul, 2002 1 commit