An error occurred fetching the project authors.
  1. 28 Apr, 2002 1 commit
  2. 26 Apr, 2002 7 commits
  3. 25 Apr, 2002 2 commits
  4. 24 Apr, 2002 3 commits
  5. 22 Apr, 2002 7 commits
    • unknown's avatar
      Removed some old Makefiles to avoid name conflict on Mac OS X · 238ea9df
      unknown authored
      Changed in client library character-set-dir -> character-sets-dir
      
      
      Docs/manual.texi:
        Snmall update to ALTER TABLE and MyISAM tables
      client/mysql.cc:
        Moved SSL info to 'status'
      libmysql/libmysql.c:
        Fixed character-set-dir -> character-sets-dir
      sql/sql_string.cc:
        Small optimization
      238ea9df
    • unknown's avatar
      Fulltext todo updated, typo in mi_check.c fixed · 5f22abb2
      unknown authored
      Docs/manual.texi:
        Fulltext TODO updated
      myisam/mi_check.c:
        typo in #ifdef fixed
      5f22abb2
    • unknown's avatar
      manual.texi More SQL keyword capping. · af0a8782
      unknown authored
      Docs/manual.texi:
        More SQL keyword capping.
      af0a8782
    • unknown's avatar
      manual.texi More SQL keyword capping. · 9c0b3474
      unknown authored
      Docs/manual.texi:
        More SQL keyword capping.
      9c0b3474
    • unknown's avatar
      Fixed that IF is case insensitive if 2 and 3 arguments are case insensitive. · 0ff984fd
      unknown authored
      Added copyright messages to some files that was missing it.
      
      
      Docs/manual.texi:
        Changelog
      dbug/Makefile.am:
        Added missing dbug_analyze.c
      dbug/monty.doc:
        Added copyright message
      mysql-test/t/func_test.test:
        Moved test of IF to new file
      sql/item_cmpfunc.cc:
        Fixed that IF is case insensitive if 2 and 3 arguments are case insensitive.
      strings/bfill.c:
        Added copyright message
      strings/bmove.c:
        Added copyright message
      strings/ctype-ujis.c:
        Added copyright message
      strings/strend.c:
        Added copyright message
      strings/strstr.c:
        Added copyright message
      strings/strxmov.c:
        Added copyright message
      strings/strxnmov.c:
        Added copyright message
      0ff984fd
    • unknown's avatar
      manual.texi: · 6840320d
      unknown authored
        Update manual on ON DELETE CASCADE
      
      
      Docs/manual.texi:
        Update manual on ON DELETE CASCADE
      6840320d
    • unknown's avatar
      manual.texi: · f12a00d8
      unknown authored
        Update manual on ON DELETE CASCADE
      
      
      Docs/manual.texi:
        Update manual on ON DELETE CASCADE
      f12a00d8
  6. 20 Apr, 2002 3 commits
  7. 19 Apr, 2002 7 commits
  8. 18 Apr, 2002 8 commits
    • unknown's avatar
      manual.texi Get rid of non-ASCII (?) character. · 2f8d990d
      unknown authored
      Docs/manual.texi:
        Get rid of non-ASCII (?) character.
      2f8d990d
    • unknown's avatar
      manual.texi Mods to RESET section (syntax description said FLUSH, · 1402bee4
      unknown authored
      manual.texi	options table was busted in HTML version).
      manual.texi	Minor mods to FLUSH section.
      manual.texi	Minor mods to RENAME TABLE section.
      
      
      Docs/manual.texi:
        Mods to RESET section (syntax description said FLUSH,
        options table was busted in HTML version).
      1402bee4
    • unknown's avatar
      ftb bug fixed · fa14d2e5
      unknown authored
      fa14d2e5
    • unknown's avatar
      manual.texi Some HANDLER section cleanup; section is still confusing, though. · 68e34897
      unknown authored
      manual.texi	Remove some duplicated words (like "the the column")
      
      
      Docs/manual.texi:
        Some HANDLER section cleanup; section is still confusing, though.
      68e34897
    • unknown's avatar
      SHOW VARIABLES LIKE ... are now case insensitive · a0ca35c1
      unknown authored
      Fixed stack overflow checking with crash-me with gcc 3.0.4
      Using @@unknown_variable doesn't hang client anymore
      Added @@VERSION variable
      
      
      Docs/manual.texi:
        Changelog
      libmysql/libmysql.c:
        Fixed typo
      myisam/myisampack.c:
        Removed not used argument
      mysql-test/r/show_check.result:
        Added test of case insensitive SHOW VARIABLES LIKE
      mysql-test/r/variables.result:
        test of system variables
      mysql-test/t/show_check.test:
        Added test of case insensitive SHOW VARIABLES LIKE
      mysql-test/t/variables.test:
        test of system variables
      sql/item_func.cc:
        Fixed stack overflow checking with crash-me with gcc 3.0.4
        Using @@unknown_variable doesn't hang client anymore
        Added @@VERSION variable
      sql/mysql_priv.h:
        Fixed stack overflow checking with crash-me with gcc 3.0.4
      sql/share/czech/errmsg.txt:
        Fixed wrong error message
      sql/share/danish/errmsg.txt:
        Fixed wrong error message
      sql/share/dutch/errmsg.txt:
        Fixed wrong error message
      sql/share/english/errmsg.txt:
        Fixed wrong error message
      sql/share/estonian/errmsg.txt:
        Fixed wrong error message
      sql/share/french/errmsg.txt:
        Fixed wrong error message
      sql/share/german/errmsg.txt:
        Fixed wrong error message
      sql/share/greek/errmsg.txt:
        Fixed wrong error message
      sql/share/hungarian/errmsg.txt:
        Fixed wrong error message
      sql/share/italian/errmsg.txt:
        Fixed wrong error message
      sql/share/japanese/errmsg.txt:
        Fixed wrong error message
      sql/share/korean/errmsg.txt:
        Fixed wrong error message
      sql/share/norwegian-ny/errmsg.txt:
        Fixed wrong error message
      sql/share/norwegian/errmsg.txt:
        Fixed wrong error message
      sql/share/polish/errmsg.txt:
        Fixed wrong error message
      sql/share/portuguese/errmsg.txt:
        Fixed wrong error message
      sql/share/romanian/errmsg.txt:
        Fixed wrong error message
      sql/share/russian/errmsg.txt:
        Fixed wrong error message
      sql/share/slovak/errmsg.txt:
        Fixed wrong error message
      BitKeeper/deleted/.del-identity.result~e41453a364242503:
        not used file
      BitKeeper/deleted/.del-identity.test~326f469b59105404:
        not used file
      sql/share/spanish/errmsg.txt:
        Fixed wrong error message
      sql/share/swedish/errmsg.txt:
        Fixed wrong error message
      sql/share/ukrainian/errmsg.txt:
        Fixed wrong error message
      sql/sql_show.cc:
        SHOW VARIABLES LIKE ... are now case insensitive
      a0ca35c1
    • unknown's avatar
      manual.texi Clarify scope of HANDLER statement. · 04cd96a5
      unknown authored
      Docs/manual.texi:
        Clarify scope of HANDLER statement.
      04cd96a5
    • unknown's avatar
      phrase search is documented · 5decbb53
      unknown authored
      5decbb53
    • unknown's avatar
      manual.texi More pertinent @ref. · 32b479ec
      unknown authored
      manual.texi	Add note about "source" to one batch file section,
      manual.texi	make it more obvious to readers that there is another
      manual.texi	batch file section with more information.
      
      
      Docs/manual.texi:
        More pertinent @ref.
      32b479ec
  9. 17 Apr, 2002 2 commits