An error occurred fetching the project authors.
  1. 15 Mar, 2002 1 commit
  2. 14 Mar, 2002 4 commits
    • unknown's avatar
      manual.texi - make mysql_debug() argument match prototype in mysql.h. · f28253dd
      unknown authored
      manual.texi	- make mysql_data_seek() second argument match
      manual.texi	  prototype in mysql.h.
      manual.texi	- fix missing @xref parens in function names.
      manual.texi	- mysql_change_user(), mysql_character_set_name()
      manual.texi	  were out of order in C API section.
      
      
      Docs/manual.texi:
        make mysql_debug() argument match prototype in mysql.h.
      f28253dd
    • unknown's avatar
      manual.texi clarify ambiguous "it" in mysql_escape_string() · 38119dc0
      unknown authored
      manual.texi	description
      manual.texi	add missing mysql_server_end() prototype
      manual.texi	add missing mysql_thread_end() prototype
      manual.texi	add missing mysql_thread_init() prototype
      manual.texi	add missing my_init() prototype
      
      
      Docs/manual.texi:
        clarify ambiguous "it" in mysql_escape_string()
        description
      38119dc0
    • unknown's avatar
      manual.texi remove apparently-errant half-phrase · 8485ae5f
      unknown authored
      Docs/manual.texi:
        remove apparently-errant half-phrase
      8485ae5f
    • unknown's avatar
      manual.texi: · 83cf19d6
      unknown authored
        Fix an error in the manual: also BDB and InnoDB tables can have indexes on columns which can have NULLs
      
      
      Docs/manual.texi:
        Fix an error in the manual: also BDB and InnoDB tables can have indexes on columns which can have NULLs
      83cf19d6
  3. 13 Mar, 2002 3 commits
  4. 12 Mar, 2002 3 commits
    • unknown's avatar
      fix after merge · c4b577f6
      unknown authored
      Docs/manual.texi:
        Fix after merge
      include/my_global.h:
        merge fix
      mysql-test/r/create.result:
        merge fix
      mysys/thr_alarm.c:
        Fix for using --debug with alarms
      c4b577f6
    • unknown's avatar
      Fixed mysqldumpslow for new dump format. · 6852b516
      unknown authored
      Fix for HEAP tables with many rows deleted.
      Add '' arround database names in SHOW GRANT
      
      
      Docs/manual.texi:
        Fixed symlink examples.
      heap/hp_rfirst.c:
        Remove not needed patch.
      mysql-test/r/heap.result:
        Added test case for HEAP + many deletes
      mysql-test/t/heap.test:
        Added test case for HEAP + many deletes
      mysys/mf_loadpath.c:
        Resolve path's even if they don't end in '/'
      scripts/mysqldumpslow.sh:
        Fix for new dump format.
      sql/handler.cc:
        Fix for HEAP tables with many rows deleted.
      sql/sql_acl.cc:
        Add '' arround database names in SHOW GRANT
      6852b516
    • unknown's avatar
      Added help for --local-infile · 06e26b19
      unknown authored
      Fix for bug on intel where (int32) 1 << 32 == 1, which gave problems when using 32 keys.
      Allow SET PASSWORD for anonymous user
      
      
      Docs/manual.texi:
        Changelog
      client/mysql.cc:
        Added help for --local-infile
      client/mysqlimport.c:
        Merge with 4.0.
        Patch for LOCAL INFILE handling
      configure.in:
        cleanup
      include/global.h:
        Fix for bug on intel where (int32) 1 << 32 == 1
      mysql-test/r/create.result:
        Test of CREATE TABLE with 32 keys
      mysql-test/t/create.test:
        Test of CREATE TABLE with 32 keys
      scripts/mysqlhotcopy.sh:
        Patch for databasenames with space.
      sql/ha_isam.cc:
        Fix for bug on intel where (int32) 1 << 32 == 1
      sql/ha_myisam.cc:
        Fix for bug on intel where (int32) 1 << 32 == 1
      sql/ha_myisammrg.cc:
        Fix for bug on intel where (int32) 1 << 32 == 1
      sql/mysqld.cc:
        Added help for --local-infile
      sql/sql_acl.cc:
        Allow SET PASSWORD of anonymous user
      sql/table.cc:
        Fix for bug on intel where (int32) 1 << 32 == 1
      06e26b19
  5. 10 Mar, 2002 1 commit
    • unknown's avatar
      manual.texi: · 437b00b2
      unknown authored
        Add a note about InnoDB Hot Backup
      
      
      Docs/manual.texi:
        Add a note about InnoDB Hot Backup
      437b00b2
  6. 08 Mar, 2002 1 commit
  7. 07 Mar, 2002 1 commit
    • unknown's avatar
      norway.eps, norway.gif, turkey.eps, turkey.gif: · 86cfe54c
      unknown authored
        Update
      mirrors.texi:
        Add new mirrors
      manual.texi:
        Remove link to mxODBC
      
      
      Docs/manual.texi:
        Remove link to mxODBC
      Docs/mirrors.texi:
        Add new mirrors
      Docs/Flags/turkey.gif:
        Update
      Docs/Flags/turkey.eps:
        Update
      Docs/Flags/norway.gif:
        Update
      Docs/Flags/norway.eps:
        Update
      86cfe54c
  8. 06 Mar, 2002 4 commits
  9. 05 Mar, 2002 4 commits
  10. 02 Mar, 2002 1 commit
    • unknown's avatar
      Fix sorting of NULL values (Should always be first) · 6cfc5e0e
      unknown authored
      Fix problem with HAVING and MAX() IS NOT NULL
      
      
      Docs/manual.texi:
        Changelog & NULL usage with ORDER BY
      client/mysqldump.c:
        Cleanup disable keys
      mysql-test/r/distinct.result:
        Fix results after ORDER BY with NULL fix
      mysql-test/r/group_by.result:
        Fix results after ORDER BY with NULL fix
      mysql-test/r/having.result:
        Testcase for bug with HAVING
      mysql-test/t/distinct.test:
        Test for DISTINCT + ORDER BY DESC bug
      mysql-test/t/having.test:
        Test of HAVING and MAX IS NOT NULL
      sql/filesort.cc:
        Fix sorting of NULL values (Should always be first)
      sql/item.h:
        Fix problem with HAVING and MAX() IS NOT NULL
      sql/item_sum.h:
        Fix problem with HAVING and MAX() IS NOT NULL
      sql/opt_range.cc:
        Fix problem with HAVING and MAX() IS NOT NULL
      sql/opt_range.h:
        Fix sorting of NULL values
      sql/sql_select.cc:
        Fix sorting of ORDER BY ... DESC on NULL values.
      6cfc5e0e
  11. 28 Feb, 2002 1 commit
  12. 26 Feb, 2002 1 commit
  13. 22 Feb, 2002 1 commit
    • unknown's avatar
      Various fixups to correct DocBook output of manual. · 9112a651
      unknown authored
      Docs/Support/docbook-fixup.pl:
        Added new regex for XREFs, to have them in correct English-grammar.
        Minor fixup to removed node catcher from earlier change.
      Docs/manual.texi:
        Fixup of Texinfo @ref/@xref/@pxref usage in appropriate locations.
      9112a651
  14. 21 Feb, 2002 1 commit
  15. 20 Feb, 2002 3 commits
  16. 18 Feb, 2002 4 commits
  17. 16 Feb, 2002 1 commit
    • unknown's avatar
      manual.texi: · a8527aa2
      unknown authored
        Fix typo in a contrib download filename
      
      
      Docs/manual.texi:
        Fix typo in a contrib download filename
      a8527aa2
  18. 15 Feb, 2002 5 commits