An error occurred fetching the project authors.
  1. 11 Oct, 2001 1 commit
  2. 08 Oct, 2001 1 commit
    • monty@hundin.mysql.fi's avatar
      Updated manual about embedded version. · 88aff4bf
      monty@hundin.mysql.fi authored
      Speed up column-completion in 'mysql'
      Don't use ISAM if HAVE_ISAM is not defined
      A lot of fixes for the embedded version.  All libraries are now included in libmysqld.a
      Changed arguments to convert_dirname() to make it more general.
      Renamed files in the 'merge' directory to all use a common prefix.
      Don't compile both assembler and C functions on x86
      88aff4bf
  3. 09 Sep, 2001 1 commit
  4. 07 Sep, 2001 2 commits
  5. 06 Sep, 2001 1 commit
  6. 03 Sep, 2001 1 commit
  7. 02 Sep, 2001 1 commit
  8. 31 Aug, 2001 1 commit
  9. 29 Aug, 2001 2 commits
    • heikki@donna.mysql.fi's avatar
      trx0roll.c Fix the primary key update + BLOB bug, improve InnoDB Monitor prints · 1311f7ce
      heikki@donna.mysql.fi authored
      trx0sys.c	Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      trx0trx.c	Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      row0mysql.c	Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      row0purge.c	Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      row0sel.c	Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      row0uins.c	Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      row0umod.c	Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      row0upd.c	Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      srv0srv.c	Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      srv0start.c	Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      sync0arr.c	Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      fil0fil.c	Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      ibuf0ibuf.c	Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      lock0lock.c	Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      os0file.c	Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      btr0btr.c	Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      btr0cur.c	Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      btr0sea.c	Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      buf0buf.c	Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      data0data.c	Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      srv0srv.h	Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      trx0sys.h	Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      trx0trx.h	Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      btr0cur.h	Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      buf0buf.h	Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      data0data.h	Fix the primary key update + BLOB bug, improve InnoDB Monitor prints
      ha_innobase.cc	Fix the auto-inc+REPLACE+replication bug, improve InnoDB Monitor prints
      1311f7ce
    • heikki@donna.mysql.fi's avatar
  10. 26 Aug, 2001 1 commit
  11. 21 Aug, 2001 1 commit
    • monty@hundin.mysql.fi's avatar
      Portability fixes. · 063a1a65
      monty@hundin.mysql.fi authored
      Patches required by Gemini
      Fix to properly detect if there is an active transaction in InnoDB
      Fix to not lock thread structure when doing automatic rollback when thread ends
      Allow -O lower_case_names=0 on UNIX
      063a1a65
  12. 17 Aug, 2001 1 commit
  13. 13 Aug, 2001 1 commit
  14. 09 Aug, 2001 1 commit
  15. 19 Jul, 2001 1 commit
  16. 16 Jul, 2001 1 commit
  17. 28 Jun, 2001 1 commit
  18. 06 Jun, 2001 2 commits
  19. 03 Jun, 2001 1 commit
    • heikki@donna.mysql.fi's avatar
      manual.texi website address change · d9c18caa
      heikki@donna.mysql.fi authored
      row0sel.c	CHECK TABLE now also for InnoDB, a join speed optimization
      trx0trx.c	CHECK TABLE now also for InnoDB, a join speed optimization
      rem0cmp.c	CHECK TABLE now also for InnoDB, a join speed optimization
      row0mysql.c	CHECK TABLE now also for InnoDB, a join speed optimization
      page0page.c	CHECK TABLE now also for InnoDB, a join speed optimization
      row0mysql.h	CHECK TABLE now also for InnoDB, a join speed optimization
      trx0trx.h	CHECK TABLE now also for InnoDB, a join speed optimization
      btr0btr.h	CHECK TABLE now also for InnoDB, a join speed optimization
      btr0cur.h	CHECK TABLE now also for InnoDB, a join speed optimization
      btr0pcur.h	CHECK TABLE now also for InnoDB, a join speed optimization
      btr0pcur.ic	CHECK TABLE now also for InnoDB, a join speed optimization
      btr0btr.c	CHECK TABLE now also for InnoDB, a join speed optimization
      btr0cur.c	CHECK TABLE now also for InnoDB, a join speed optimization
      btr0sea.c	CHECK TABLE now also for InnoDB, a join speed optimization
      innodb.result	CHECK TABLE now also for InnoDB, a join speed optimization
      ha_innobase.cc	CHECK TABLE now also for InnoDB, a join speed optimization
      ha_innobase.h	CHECK TABLE now also for InnoDB, a join speed optimization
      d9c18caa
  20. 23 May, 2001 1 commit
    • heikki@donna.mysql.fi's avatar
      srv0srv.h One can now specify innodb_unix_file_flush_method in my.cnf · 587df003
      heikki@donna.mysql.fi authored
      srv0srv.c	One can now specify innodb_unix_file_flush_method in my.cnf
      srv0start.c	One can now specify innodb_unix_file_flush_method in my.cnf
      ha_innobase.cc	One can now specify innodb_unix_file_flush_method in my.cnf
      ha_innobase.h	One can now specify innodb_unix_file_flush_method in my.cnf
      mysqld.cc	One can now specify innodb_unix_file_flush_method in my.cnf
      587df003
  21. 21 May, 2001 1 commit
    • heikki@donna.mysql.fi's avatar
      dict0dict.h InnoDB now tries to provide autoinc column value from a counter table in data dict · 546c6eb3
      heikki@donna.mysql.fi authored
      dict0mem.h	InnoDB now tries to provide autoinc column value from a counter table in data dict
      sync0sync.h	InnoDB now tries to provide autoinc column value from a counter table in data dict
      univ.i  	InnoDB now tries to provide autoinc column value from a counter table in data dict
      dict0dict.c	InnoDB now tries to provide autoinc column value from a counter table in data dict
      dict0mem.c	InnoDB now tries to provide autoinc column value from a counter table in data dict
      sync0sync.c	InnoDB now tries to provide autoinc column value from a counter table in data dict
      ha_innobase.cc	InnoDB now tries to provide autoinc column value from a counter table in data dict
      546c6eb3
  22. 09 May, 2001 1 commit
  23. 25 Apr, 2001 1 commit
  24. 13 Apr, 2001 2 commits
  25. 10 Apr, 2001 1 commit
    • heikki@donna.mysql.fi's avatar
      srv0srv.h Merging work for 3.23.37 · 4709a172
      heikki@donna.mysql.fi authored
      os0thread.c	Set created thread priority to QUERY_PRIOR if specified
      row0mysql.c	Drop table removes locks on the table, error handling changed
      row0ins.c	Insert now always sets a shared lock on a duplicate or suspected duplicate record
      lock0lock.h	Can remove locks from a table to be dropped
      lock0lock.c	Can remove locks from a table to be dropped
      srv0srv.c	Try to do log flush every second
      srv0start.c	No need for a slash at the end of dir
      trx0trx.h	Added an IGNORE option field to trx handle
      trx0trx.c	Added an IGNORE option field to trx handle
      ha_innobase.h	Added last_query_id field to handle
      ha_innobase.cc	Fix drop table hang, roll-forward etc.
      4709a172
  26. 09 Apr, 2001 1 commit
  27. 06 Apr, 2001 1 commit
    • heikki@donna.mysql.fi's avatar
      univ.i Prevent inlining of functions on HP-UX because GCC is broken there · ae05b07f
      heikki@donna.mysql.fi authored
      configure.in	Prevent inlining of functions on HP-UX because GCC is broken there
      trx0trx.h	Fix trx->error_info in MySQL debug version: Innobase and ha_innobase.cc saw a different size for pthread_mutex_t
      trx0trx.c	Fix trx->error_info in MySQL debug version: Innobase and ha_innobase.cc saw a different size for pthread_mutex_t
      ha_innobase.cc	Fix trx->error_info in MySQL debug version: Innobase and ha_innobase.cc saw a different size for pthread_mutex_t
      ae05b07f
  28. 26 Mar, 2001 2 commits
  29. 25 Mar, 2001 2 commits
  30. 24 Mar, 2001 1 commit
  31. 21 Mar, 2001 1 commit
  32. 07 Mar, 2001 1 commit
  33. 06 Mar, 2001 2 commits
    • monty@donna.mysql.fi's avatar
      Patch from sleepycat to fix problem with BDB and log files · e829e96d
      monty@donna.mysql.fi authored
      Print full command name to log files
      Convert table type to supported onces on ALTER TABLE
      e829e96d
    • heikki@donna.mysql.fi's avatar
      trx0trx.h Innobase now returns the key number in a duplicate key error,... · 0ba8d3ef
      heikki@donna.mysql.fi authored
      trx0trx.h	Innobase now returns the key number in a duplicate key error, removed innobase/include from make dirs
      row0ins.c	Innobase now returns the key number in a duplicate key error, removed innobase/include from make dirs
      row0mysql.c	Innobase now returns the key number in a duplicate key error, removed innobase/include from make dirs
      row0mysql.h	Innobase now returns the key number in a duplicate key error, removed innobase/include from make dirs
      ha_innobase.cc	Innobase now returns the key number in a duplicate key error, removed innobase/include from make dirs
      0ba8d3ef