An error occurred fetching the project authors.
  1. 24 Oct, 2005 1 commit
  2. 01 Aug, 2003 1 commit
  3. 25 Apr, 2002 1 commit
  4. 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
  5. 20 Sep, 2000 1 commit
  6. 13 Sep, 2000 1 commit
  7. 21 Aug, 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