1. 27 May, 2001 1 commit
    • unknown's avatar
      post-commit Updated commit address. · 8e52b203
      unknown authored
      latvia.gif	BitKeeper file /opt/local/x1/work/bk/mysql/Docs/Flags/latvia.gif
      latvia.txt	BitKeeper file /opt/local/x1/work/bk/mysql/Docs/Flags/latvia.txt
      
      
      BitKeeper/triggers/post-commit:
        Updated commit address.
      8e52b203
  2. 26 May, 2001 1 commit
    • unknown's avatar
      sync0sync.ic InnoDB now uses XCHG to implement mutex if GCC and x86 · f7910334
      unknown authored
      configure.in	InnoDB now uses XCHG to implement mutex if GCC and x86
      
      
      innobase/configure.in:
        InnoDB now uses XCHG to implement mutex if GCC and x86
      innobase/include/sync0sync.ic:
        InnoDB now uses XCHG to implement mutex if GCC and x86
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      f7910334
  3. 25 May, 2001 1 commit
    • unknown's avatar
      BUILD/SETUP.sh@1.9 · df6a9358
      unknown authored
          removed -ffixed-ebp from reckless flags
      BUILD/compile-pentium@1.16
          use fast, not reckless flags for binary distribuition
      sql/share/english/errmsg.txt@1.24
          Point the user to the manual when he gets aborted connection message
      
      
      
      BUILD/SETUP.sh:
        removed -ffixed-ebp from reckless flags
      BUILD/compile-pentium:
        use fast, not reckless flags for binary distribuition
      sql/share/english/errmsg.txt:
        Point the user to the manual when he gets aborted connection message
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      df6a9358
  4. 24 May, 2001 4 commits
  5. 23 May, 2001 4 commits
    • unknown's avatar
      log0log.c InnoDB now allows parameter innodb_unix_file_flush_method · 6ee58f97
      unknown authored
      os0file.c	InnoDB now allows parameter innodb_unix_file_flush_method
      srv0start.c	InnoDB now allows parameter innodb_unix_file_flush_method
      
      
      innobase/srv/srv0start.c:
        InnoDB now allows parameter innodb_unix_file_flush_method
      innobase/os/os0file.c:
        InnoDB now allows parameter innodb_unix_file_flush_method
      innobase/log/log0log.c:
        InnoDB now allows parameter innodb_unix_file_flush_method
      6ee58f97
    • unknown's avatar
      Merge heikki@work.mysql.com:/home/my/mysql · 468d2bcb
      unknown authored
      into donna.mysql.fi:/home/heikki/mysqle
      
      
      BitKeeper/etc/logging_ok:
        auto-union
      468d2bcb
    • unknown's avatar
      manual.texi Add links for downloadable menagerie db distribution · 0c544cd3
      unknown authored
      
      Docs/manual.texi:
        Add links for downloadable menagerie db distribution
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      0c544cd3
    • unknown's avatar
      srv0srv.h One can now specify innodb_unix_file_flush_method in my.cnf · 8f85a1a6
      unknown 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
      
      
      sql/ha_innobase.cc:
        One can now specify innodb_unix_file_flush_method in my.cnf
      sql/ha_innobase.h:
        One can now specify innodb_unix_file_flush_method in my.cnf
      sql/mysqld.cc:
        One can now specify innodb_unix_file_flush_method in my.cnf
      innobase/srv/srv0srv.c:
        One can now specify innodb_unix_file_flush_method in my.cnf
      innobase/srv/srv0start.c:
        One can now specify innodb_unix_file_flush_method in my.cnf
      innobase/include/srv0srv.h:
        One can now specify innodb_unix_file_flush_method in my.cnf
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      8f85a1a6
  6. 22 May, 2001 11 commits
  7. 21 May, 2001 10 commits
    • unknown's avatar
      manual.texi general typo fixes · ae92f358
      unknown authored
      
      Docs/manual.texi:
        general typo fixes
      ae92f358
    • unknown's avatar
      manual.texi typo fix; fix odd repetition in toc header. · b0e3608c
      unknown authored
      
      Docs/manual.texi:
        typo fix; fix odd repetition in toc header.
      b0e3608c
    • unknown's avatar
      manual.texi "windows" -> "Windows", where appropriate. · 847ea50e
      unknown authored
      manual.texi	Mods to Windows-specific sections, chapter 4.
      
      
      Docs/manual.texi:
        "windows" -> "Windows", where appropriate.
        Mods to Windows-specific sections, chapter 4.
      847ea50e
    • unknown's avatar
      manual.texi I promise to always run test-make-manual. · dc812ec9
      unknown authored
      manual.texi	I promise to always run test-make-manual.
      manual.texi	I promise to always run test-make-manual.
      manual.texi	...
      
      
      Docs/manual.texi:
        I promise to always run test-make-manual.
        I promise to always run test-make-manual.
        I promise to always run test-make-manual.
        ...
      dc812ec9
    • unknown's avatar
      manual.texi Added consultant. · 6239d298
      unknown authored
      
      Docs/manual.texi:
        Added consultant.
      6239d298
    • unknown's avatar
      manual.texi Updated manual about auto-increment in InnoDB · ef2cef72
      unknown authored
      
      Docs/manual.texi:
        Updated manual about auto-increment in InnoDB
      ef2cef72
    • unknown's avatar
      dict0dict.h InnoDB now tries to provide autoinc column value from a counter table in data dict · 1fa93228
      unknown 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
      
      
      sql/ha_innobase.cc:
        InnoDB now tries to provide autoinc column value from a counter table in data dict
      innobase/sync/sync0sync.c:
        InnoDB now tries to provide autoinc column value from a counter table in data dict
      innobase/dict/dict0mem.c:
        InnoDB now tries to provide autoinc column value from a counter table in data dict
      innobase/dict/dict0dict.c:
        InnoDB now tries to provide autoinc column value from a counter table in data dict
      innobase/include/dict0dict.h:
        InnoDB now tries to provide autoinc column value from a counter table in data dict
      innobase/include/dict0mem.h:
        InnoDB now tries to provide autoinc column value from a counter table in data dict
      innobase/include/sync0sync.h:
        InnoDB now tries to provide autoinc column value from a counter table in data dict
      innobase/include/univ.i:
        InnoDB now tries to provide autoinc column value from a counter table in data dict
      1fa93228
    • unknown's avatar
      manual.texi Added that InnoDB tablespace must be at least 10 MB, removed single quotes from phantom · 138d0b35
      unknown authored
      srv0start.c	Tablespace size must be at least 10 MB
      
      
      innobase/srv/srv0start.c:
        Tablespace size must be at least 10 MB
      Docs/manual.texi:
        Added that InnoDB tablespace must be at least 10 MB, removed single quotes from phantom
      138d0b35
    • unknown's avatar
      manual.texi Added entry in contrib software. · b9e8b84e
      unknown authored
      
      Docs/manual.texi:
        Added entry in contrib software.
      b9e8b84e
    • unknown's avatar
      manual.texi minor change notes mods · e081f41b
      unknown authored
      
      Docs/manual.texi:
        minor change notes mods
      e081f41b
  8. 20 May, 2001 4 commits
  9. 19 May, 2001 3 commits
    • unknown's avatar
      merge · b8f3c4d7
      unknown authored
      
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      b8f3c4d7
    • unknown's avatar
      Force close of sockets on HPUX 10.20 · 715dac48
      unknown authored
      Support option lines longer than 256 chars.
      Close the slow log at shutdown.
      Always allow debug options to mysqld.
      Change some DBUG_PRINT tags.
      
      
      Docs/manual.texi:
        Small cleanups
      configure.in:
        Force close of sockets on HPUX 10.20
      mysql-test/t/merge.test:
        Remove used tables
      mysys/default.c:
        Support option lines longer than 256 chars.
      mysys/mf_keycache.c:
        Split check_keycache tags
      sql/mysqld.cc:
        Move things to 'cleanup'.
        Close the slow log at shutdown.
        Always allow debug options
      sql/violite.c:
        Change the error tag to vio_error
      715dac48
    • unknown's avatar
      manual.texi more development tree section changes · 4aa5a042
      unknown authored
      manual.texi	change "InnoDB consinsten read" to
      manual.texi	"InnoDB consistent read" in @node lines
      manual.texi	(to match section's actual title)
      manual.texi	cleanups to "installing from development source
      manual.texi	tree" section
      
      
      Docs/manual.texi:
        more development tree section changes
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      4aa5a042
  10. 18 May, 2001 1 commit
    • unknown's avatar
      ibuf0ibuf.c Insert buffer calculated SQL NULL size wrong, causing overflow and... · 8c6e4e20
      unknown authored
      ibuf0ibuf.c	Insert buffer calculated SQL NULL size wrong, causing overflow and assertion failure in some cases
      log0log.c	Retrieve a dummy value from a function to prevent gcc crashing on HP-UX
      
      
      innobase/log/log0log.c:
        Retrieve a dummy value from a function to prevent gcc crashing on HP-UX
      innobase/ibuf/ibuf0ibuf.c:
        Insert buffer calculated SQL NULL size wrong, causing overflow and assertion failure in some cases
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      8c6e4e20