1. 23 May, 2001 8 commits
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 into donna.mysql.fi:/home/my/bk/mysql-4.0 · f19c8463
      unknown authored
      
      BitKeeper/etc/logging_ok:
        auto-union
      sql/mysqld.cc:
        Auto merged
      f19c8463
    • unknown's avatar
      Merge · 7927e83e
      unknown authored
      
      BitKeeper/etc/logging_ok:
        auto-union
      Docs/manual.texi:
        Auto merged
      mysql-test/r/innodb.result:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      sql/mysqld.cc:
        SCCS merged
      7927e83e
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 into donna.mysql.fi:/home/my/bk/mysql-4.0 · 4d13177e
      unknown authored
      
      BitKeeper/etc/logging_ok:
        auto-union
      sql/Makefile.am:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      4d13177e
    • unknown's avatar
      Added Unique class to be used for duplicate removal in multi-table delete. · a542f858
      unknown authored
      
      mysys/ptr_cmp.c:
        Removed old comments
      pstack/bucomm.c:
        Change to use mkstemp.
      sql/Makefile.am:
        Added Unique class
      sql/filesort.cc:
        Changes to let the Unique class use the old filesort code.
      sql/sql_class.h:
        Added Unique class
      sql/sql_handler.cc:
        Removed warning.
      sql/sql_select.cc:
        Cleaned up typo.
      a542f858
    • unknown's avatar
      log0log.c InnoDB now allows parameter innodb_unix_file_flush_method · d02aaab4
      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
      d02aaab4
    • unknown's avatar
      Merge heikki@work.mysql.com:/home/my/mysql · f68e5ce7
      unknown authored
      into donna.mysql.fi:/home/heikki/mysqle
      
      
      BitKeeper/etc/logging_ok:
        auto-union
      f68e5ce7
    • unknown's avatar
      manual.texi Add links for downloadable menagerie db distribution · a4abfe6a
      unknown authored
      
      Docs/manual.texi:
        Add links for downloadable menagerie db distribution
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      a4abfe6a
    • unknown's avatar
      srv0srv.h One can now specify innodb_unix_file_flush_method in my.cnf · 2f8dfb3f
      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
      2f8dfb3f
  2. 22 May, 2001 15 commits
    • unknown's avatar
      Don't write rows in MyISAM tables when using count(distinct) · 4b799725
      unknown authored
      Don't read MyISAM header when running without locking
      
      
      include/myisam.h:
        Don't read header when running without locking.
      myisam/mi_locking.c:
        Don't update changed flag for temporary files.
      myisam/mi_open.c:
        Don't read header when running without locking.
      myisam/mi_static.c:
        Don't read header when running without locking.
      sql/item_sum.cc:
        Don't write rows in MyISAM tables when using count(distinct)
      sql/mysqld.cc:
        Don't read MyISAM header when running without locking.
        Remove -Sg option.
      sql/sql_analyse.h:
        Remove duplicate header.
      sql/sql_select.cc:
        Cleaned up prototypes.
        Don't write rows to count(DISTINCT) MyISAM tables.
      sql/sql_select.h:
        Cleaned up prototypes.
      sql/table.h:
        A
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      4b799725
    • unknown's avatar
      Remove wrong access check for locks. · 41dd2aa2
      unknown authored
      Fixed problem with fuzzy dates.
      
      
      mysql-test/r/func_time.result:
        Added test of fuzzy dates
      mysql-test/t/func_time.test:
        Added test of fuzzy dates
      sql/item.cc:
        Fixed bug with fuzzy dates
      sql/sql_parse.cc:
        Remove wrong access check for locks.
        (This has to be delayed for 4.0 because there is currently now way
        to check for "any of the following privileges"
      Docs/manual.texi:
        Changelog
      41dd2aa2
    • unknown's avatar
    • unknown's avatar
      merge · 359733fa
      unknown authored
      
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      359733fa
    • unknown's avatar
      Merge jamppa@work:/home/bk/mysql · 28b81221
      unknown authored
      into janikt.pp.saunalahti.fi:/home/my/bk/mysql
      
      
      BitKeeper/etc/logging_ok:
        auto-union
      Docs/manual.texi:
        Auto merged
      28b81221
    • unknown's avatar
      Merge work:/my/mysql into tik.mysql.fi:/home/my/mysql · 6906a789
      unknown authored
      
      Docs/manual.texi:
        Auto merged
      6906a789
    • unknown's avatar
      Updated documentation of how to add new native functions. · 36b93f91
      unknown authored
      Small cleanups
      
      
      Docs/manual.texi:
        Updated how to add new native functions
      mysql-test/r/func_crypt.result:
        Fix for crypt on FreeBSD
      mysql-test/t/func_crypt.test:
        Fix for crypt on FreeBSD
      mysys/thr_lock.c:
        Changed to use statistics_increment macro for statistic variables.
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      36b93f91
    • unknown's avatar
      Update of the mysqltest section · b589c54d
      unknown authored
      b589c54d
    • unknown's avatar
      Added a link. · 46ea783d
      unknown authored
      
      Docs/manual.texi:
        Added a link to a GUI.
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      46ea783d
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 · 607c8d8b
      unknown authored
      into threads.polyesthetic.msg:/usr/local/src/my/4
      
      
      607c8d8b
    • unknown's avatar
      Merge work.mysql.com:/home/bk/mysql · 52f47390
      unknown authored
      into work.mysql.com:/home/bk/mysql-4.0
      
      
      Docs/manual.texi:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      52f47390
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 · 9d8258b0
      unknown authored
      into threads.polyesthetic.msg:/usr/local/src/my/4
      
      
      BitKeeper/etc/logging_ok:
        auto-union
      9d8258b0
    • unknown's avatar
      Merge work.mysql.com:/home/bk/mysql · 2cc87b41
      unknown authored
      into threads.polyesthetic.msg:/usr/local/src/my/3
      
      
      2cc87b41
    • unknown's avatar
      Security fix: LOCK TABLES must check for sufficient privileges. · f58ae5e3
      unknown authored
      
      sql/sql_parse.cc:
        Check table access for SQLCOM_LOCK_TABLES.
      f58ae5e3
    • unknown's avatar
      manual.texi typo fixes, miscellaneous general cleanup · 554724a0
      unknown authored
      
      Docs/manual.texi:
        typo fixes, miscellaneous general cleanup
      554724a0
  3. 21 May, 2001 10 commits
    • unknown's avatar
      manual.texi general typo fixes · 54bce35a
      unknown authored
      
      Docs/manual.texi:
        general typo fixes
      54bce35a
    • unknown's avatar
      manual.texi typo fix; fix odd repetition in toc header. · 7ede686e
      unknown authored
      
      Docs/manual.texi:
        typo fix; fix odd repetition in toc header.
      7ede686e
    • unknown's avatar
      manual.texi "windows" -> "Windows", where appropriate. · 24d7d5fa
      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.
      24d7d5fa
    • unknown's avatar
      manual.texi I promise to always run test-make-manual. · e7e96756
      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.
        ...
      e7e96756
    • unknown's avatar
      manual.texi Added consultant. · d90e2c00
      unknown authored
      
      Docs/manual.texi:
        Added consultant.
      d90e2c00
    • unknown's avatar
      manual.texi Updated manual about auto-increment in InnoDB · 30b53864
      unknown authored
      
      Docs/manual.texi:
        Updated manual about auto-increment in InnoDB
      30b53864
    • unknown's avatar
      dict0dict.h InnoDB now tries to provide autoinc column value from a counter table in data dict · 00c7a753
      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
      00c7a753
    • unknown's avatar
      manual.texi Added that InnoDB tablespace must be at least 10 MB, removed single quotes from phantom · 9171d4da
      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
      9171d4da
    • unknown's avatar
      manual.texi Added entry in contrib software. · fe0a2ed7
      unknown authored
      
      Docs/manual.texi:
        Added entry in contrib software.
      fe0a2ed7
    • unknown's avatar
      manual.texi minor change notes mods · c5bcda50
      unknown authored
      
      Docs/manual.texi:
        minor change notes mods
      c5bcda50
  4. 20 May, 2001 7 commits