An error occurred fetching the project authors.
  1. 09 Dec, 2002 1 commit
  2. 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
  3. 06 Dec, 2001 1 commit
  4. 02 Dec, 2001 1 commit
  5. 22 Sep, 2001 1 commit
  6. 20 Sep, 2000 1 commit
  7. 13 Sep, 2000 1 commit
  8. 14 Aug, 2000 1 commit
    • serg@infomag.ape.relarn.ru's avatar
      · 58860901
      serg@infomag.ape.relarn.ru authored
      PART I: Keys support for MyMERGE tables
      
      myisammrg/             |
      Makefile.am            |
      mymrgdef.h             |   support for keys
      myrg_open.c            |          &
      myrg_queue.c           |   bugfixes
      myrg_rfirst.c          |
      myrg_rkey.c            |
      myrg_rlast.c           |
      myrg_rnext.c           |
      myrg_rprev.c           |
      myrg_rrnd.c            |
      
      include/myisammrg.h    | rkey/rnext/etc prototyped
      
      sql/                   |
      ha_myisammrg.cc        | support for keys
      ha_myisammrg.h         |
      
      myisam/                |
      mi_rkey.c              | buf==NULL extension, _mi_rkey()
      mi_rnext.c             |
      mi_rprev.c             |
      
      include/queues.h       | reinit_queue() - same as init_queue, but w/o malloc
      mysys/queues.c         |
      
      PART II: Miscellaneous
      
      myisam/common_words    | deleted (looks like I checked it in by mistake)
      
      some files (like acconfig.h, Makefile.am, COPYING.LIB, etc)
                             | Change mode to -rw-r--r-- (by `chmod a-x ')
      58860901
  9. 31 Jul, 2000 1 commit