An error occurred fetching the project authors.
  1. 09 Oct, 2002 1 commit
  2. 08 Oct, 2002 1 commit
  3. 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
  4. 26 Sep, 2002 1 commit
  5. 25 Sep, 2002 2 commits
  6. 24 Sep, 2002 1 commit
  7. 21 Sep, 2002 3 commits
  8. 20 Sep, 2002 2 commits
  9. 14 Sep, 2002 2 commits
  10. 11 Sep, 2002 1 commit
    • monty@mashka.mysql.fi's avatar
      Portability fixes. · f3a186c9
      monty@mashka.mysql.fi authored
      Improve mysql-test to be more robust.
      Fix that GRANT doesn't delete SSL options
      Change innobase_flush_log_at_trx_commit to uint.
      Don't rotate logs if we read a rotate log entry from the master.
      f3a186c9
  11. 05 Sep, 2002 2 commits
  12. 04 Sep, 2002 2 commits
  13. 21 Aug, 2002 1 commit
  14. 12 Aug, 2002 3 commits
  15. 08 Aug, 2002 2 commits
    • monty@hundin.mysql.fi's avatar
      Fix after merge · 77296b3f
      monty@hundin.mysql.fi authored
      Updated WEEK() and DATE information in the manual.
      77296b3f
    • monty@mashka.mysql.fi's avatar
      Lots of code fixes to the replication code (especially the binary logging and... · 2c4fa340
      monty@mashka.mysql.fi authored
      Lots of code fixes to the replication code (especially the binary logging and index log file handling)
      Fixed bugs in my last changeset that made MySQL hard to compile.
      Added mutex around some data that could cause table cache corruptions when using OPTIMIZE TABLE / REPAIR TABLE or automatic repair of MyISAM tables.
      Added mutex around some data in the slave start/stop code that could cause THD linked list corruptions
      Extended my_chsize() to allow one to specify a filler character.
      Extend vio_blocking to return the old state (This made some usage of this function much simpler)
      Added testing for some functions that they caller have got the required mutexes before calling the function.
      Use setrlimit() to ensure that we can write core file if one specifies --core-file.
      Added --slave-compressed-protocol
      Made 2 the minimum length for ft_min_word_len
      Added variables foreign_key_checks & unique_checks.
      Less logging from replication code (if not started with --log-warnings)
      Changed that SHOW INNODB STATUS requre the SUPER privilege
      More DBUG statements and a lot of new code comments
      2c4fa340
  16. 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
  17. 18 Jun, 2002 1 commit
  18. 17 Jun, 2002 1 commit
  19. 22 Apr, 2002 1 commit
  20. 31 Mar, 2002 1 commit
  21. 27 Mar, 2002 1 commit
  22. 26 Mar, 2002 1 commit
  23. 21 Mar, 2002 1 commit
    • heikki@hundin.mysql.fi's avatar
      ha_innodb.cc: · c017f76e
      heikki@hundin.mysql.fi authored
        Change the default innodb_data_file_path to create a 16M file and define it as auto-extending
      c017f76e
  24. 14 Mar, 2002 1 commit
  25. 12 Mar, 2002 1 commit
  26. 31 Jan, 2002 1 commit
    • monty@hundin.mysql.fi's avatar
      Fixes for new getopt · 4000b036
      monty@hundin.mysql.fi authored
      Bug fix when using --no-deaults
      Sets ref_length to right value (faster rnd_pos() handling in InnoDB).
      Fixed problem with multi-table-delete and InnoDB
      Fixed problem with truncate table, which required a COMMIT before.
      Fixed multi-table-delete bug with InnoDB.
      Remove not used index from EXPLAIN
      4000b036
  27. 12 Jan, 2002 1 commit
  28. 02 Jan, 2002 1 commit
    • monty@hundin.mysql.fi's avatar
      Added macros for nice TIMESPEC usage. · 4b877e00
      monty@hundin.mysql.fi authored
      Fixes for building MySQL with gcc 3.0
      Added SIGNED / UNSIGNED casts
      Fixed core dump bug in net_clear() with libmysqld.
      Back to using semaphores in query cache.
      Added 'Null' and 'Index_type' to SHOW INDEX.
      4b877e00
  29. 23 Dec, 2001 1 commit
    • heikki@donna.mysql.fi's avatar
      ha_innobase.cc: · 954920c8
      heikki@donna.mysql.fi authored
        Increase table comment print size to 500 bytes to be able to print more foreign key constraint infos
      ha_innobase.h:
        Change max key len back to 500 bytes because MySQL interpreter cannot handle more
      954920c8
  30. 22 Dec, 2001 1 commit