1. 31 May, 2001 1 commit
    • unknown's avatar
      Removed compiler warnings. · a178584d
      unknown authored
      Added preliminary handling of symlinks in MyISAM.
      When using myisamchk to check tables with --force, don't repair
      tables that are marked as 'not closed' if they are ok.
      Change fn_format() to use my_real_path and my_symlink
      
      
      include/myisam.h:
        Added handling of symlinks
      myisam/ft_boolean_search.c:
        cleanup
      myisam/ft_dump.c:
        cleanup
      myisam/mi_check.c:
        Added handling of symlinks.
        When using check and --force, don't repair tables that are marked
        as 'not closed' if they are ok.
      myisam/mi_create.c:
        Added handling of symlinks.
      myisam/mi_dbug.c:
        Added handling of symlinks.
      myisam/mi_info.c:
        Added handling of symlinks.
      myisam/mi_open.c:
        Added handling of symlinks.
      myisam/mi_search.c:
        cleanup
      myisam/myisamchk.c:
        Added handling of symlinks.
      myisam/myisamdef.h:
        Added handling of symlinks.
      myisam/myisamlog.c:
        Fixed bug when using new trees
      myisam/myisampack.c:
        cleanup
      mysys/mf_cache.c:
        cleanup
      mysys/mf_format.c:
        Change to use my_real_path and my_symlink
      mysys/my_alloc.c:
        cleanup
      BitKeeper/etc/ignore:
        Added libmysqld/sql_command libmysqld/backup_dir libmysqld/simple-test to the ignore list
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      a178584d
  2. 23 May, 2001 9 commits
    • unknown's avatar
      Removed vio because it broke compilation · bc50c578
      unknown authored
      bc50c578
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 into donna.mysql.fi:/home/my/bk/mysql-4.0 · 2b149cdd
      unknown authored
      
      BitKeeper/etc/logging_ok:
        auto-union
      sql/mysqld.cc:
        Auto merged
      2b149cdd
    • unknown's avatar
      Merge · a22b3f00
      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
      a22b3f00
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 into donna.mysql.fi:/home/my/bk/mysql-4.0 · a2396842
      unknown authored
      
      BitKeeper/etc/logging_ok:
        auto-union
      sql/Makefile.am:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      a2396842
    • unknown's avatar
      Added Unique class to be used for duplicate removal in multi-table delete. · 925dd5da
      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.
      925dd5da
    • 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
  3. 22 May, 2001 15 commits
    • unknown's avatar
      Don't write rows in MyISAM tables when using count(distinct) · 74408de0
      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
      74408de0
    • unknown's avatar
      Remove wrong access check for locks. · cef9025b
      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
      cef9025b
    • unknown's avatar
    • unknown's avatar
      merge · 3dd51181
      unknown authored
      
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      3dd51181
    • unknown's avatar
      Merge jamppa@work:/home/bk/mysql · 4c8cffb3
      unknown authored
      into janikt.pp.saunalahti.fi:/home/my/bk/mysql
      
      
      BitKeeper/etc/logging_ok:
        auto-union
      Docs/manual.texi:
        Auto merged
      4c8cffb3
    • unknown's avatar
      Merge work:/my/mysql into tik.mysql.fi:/home/my/mysql · 94d2e27d
      unknown authored
      
      Docs/manual.texi:
        Auto merged
      94d2e27d
    • unknown's avatar
      Updated documentation of how to add new native functions. · 64603d9b
      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
      64603d9b
    • unknown's avatar
      Update of the mysqltest section · 6ba81c66
      unknown authored
      6ba81c66
    • unknown's avatar
      Added a link. · c1648d2c
      unknown authored
      
      Docs/manual.texi:
        Added a link to a GUI.
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      c1648d2c
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 · 4ca9c6ff
      unknown authored
      into threads.polyesthetic.msg:/usr/local/src/my/4
      
      4ca9c6ff
    • unknown's avatar
      Merge work.mysql.com:/home/bk/mysql · 2e9a2981
      unknown authored
      into work.mysql.com:/home/bk/mysql-4.0
      
      
      Docs/manual.texi:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      2e9a2981
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 · d27878cb
      unknown authored
      into threads.polyesthetic.msg:/usr/local/src/my/4
      
      
      BitKeeper/etc/logging_ok:
        auto-union
      d27878cb
    • unknown's avatar
      Merge work.mysql.com:/home/bk/mysql · b616a107
      unknown authored
      into threads.polyesthetic.msg:/usr/local/src/my/3
      
      b616a107
    • unknown's avatar
      Security fix: LOCK TABLES must check for sufficient privileges. · a7f6bb79
      unknown authored
      
      sql/sql_parse.cc:
        Check table access for SQLCOM_LOCK_TABLES.
      a7f6bb79
    • unknown's avatar
      manual.texi typo fixes, miscellaneous general cleanup · 74f20c41
      unknown authored
      
      Docs/manual.texi:
        typo fixes, miscellaneous general cleanup
      74f20c41
  4. 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
  5. 20 May, 2001 5 commits