An error occurred fetching the project authors.
  1. 17 Nov, 2003 1 commit
    • unknown's avatar
      WL#1241: SHOW PROCEDURE/FUNCTION · 6c1a2b7f
      unknown authored
      WL#1263: Support for the attributes COMMENT and SUID
               in CREATE/ALTER PROCEDURE/FUNCTION
      
      
      include/mysqld_error.h:
        Error code for 'alter procedure'
      mysql-test/r/sp-error.result:
        Test for WL#1241&WL#1263
      mysql-test/r/sp.result:
        Test for WL#1241&WL#1263
      mysql-test/t/sp-error.test:
        Test for WL#1241&WL#1263
      mysql-test/t/sp.test:
        Test for WL#1241&WL#1263
      sql/share/czech/errmsg.txt:
        Error massage for 'alter procedure'
      sql/share/danish/errmsg.txt:
        Error massage for 'alter procedure'
      sql/share/dutch/errmsg.txt:
        Error massage for 'alter procedure'
      sql/share/english/errmsg.txt:
        Error massage for 'alter procedure'
      sql/share/estonian/errmsg.txt:
        Error massage for 'alter procedure'
      sql/share/french/errmsg.txt:
        Error massage for 'alter procedure'
      sql/share/german/errmsg.txt:
        Error massage for 'alter procedure'
      sql/share/greek/errmsg.txt:
        Error massage for 'alter procedure'
      sql/share/hungarian/errmsg.txt:
        Error massage for 'alter procedure'
      sql/share/italian/errmsg.txt:
        Error massage for 'alter procedure'
      sql/share/japanese/errmsg.txt:
        Error massage for 'alter procedure'
      sql/share/korean/errmsg.txt:
        Error massage for 'alter procedure'
      sql/share/norwegian-ny/errmsg.txt:
        Error massage for 'alter procedure'
      sql/share/norwegian/errmsg.txt:
        Error massage for 'alter procedure'
      sql/share/polish/errmsg.txt:
        Error massage for 'alter procedure'
      sql/share/portuguese/errmsg.txt:
        Error massage for 'alter procedure'
      sql/share/romanian/errmsg.txt:
        Error massage for 'alter procedure'
      sql/share/russian/errmsg.txt:
        Error massage for 'alter procedure'
      sql/share/serbian/errmsg.txt:
        Error massage for 'alter procedure'
      sql/share/slovak/errmsg.txt:
        Error massage for 'alter procedure'
      sql/share/spanish/errmsg.txt:
        Error massage for 'alter procedure'
      sql/share/swedish/errmsg.txt:
        Error massage for 'alter procedure'
      sql/share/ukrainian/errmsg.txt:
        Error massage for 'alter procedure'
      6c1a2b7f
  2. 14 Nov, 2003 1 commit
    • unknown's avatar
      Changed single generic error code/message into different ones for duplicate things. · 7b4a8505
      unknown authored
      (For multi-lingual support.)
      Also fixed memory leak when aborting parsing for a duplicate cursor.
      
      
      include/mysqld_error.h:
        Changed single generic error code/message into different ones for duplicate things.
        (For multi-lingual support.)
      mysql-test/r/sp-error.result:
        Fixed error message for duplicate variable.
      mysql-test/t/sp-error.test:
        Changed single generic error code/message into different ones for duplicate things.
        (For multi-lingual support.)
      sql/share/czech/errmsg.txt:
        Changed single generic error code/message into different ones for duplicate things.
        (For multi-lingual support.)
      sql/share/danish/errmsg.txt:
        Changed single generic error code/message into different ones for duplicate things.
        (For multi-lingual support.)
      sql/share/dutch/errmsg.txt:
        Changed single generic error code/message into different ones for duplicate things.
        (For multi-lingual support.)
      sql/share/english/errmsg.txt:
        Changed single generic error code/message into different ones for duplicate things.
        (For multi-lingual support.)
      sql/share/estonian/errmsg.txt:
        Changed single generic error code/message into different ones for duplicate things.
        (For multi-lingual support.)
      sql/share/french/errmsg.txt:
        Changed single generic error code/message into different ones for duplicate things.
        (For multi-lingual support.)
      sql/share/german/errmsg.txt:
        Changed single generic error code/message into different ones for duplicate things.
        (For multi-lingual support.)
      sql/share/greek/errmsg.txt:
        Changed single generic error code/message into different ones for duplicate things.
        (For multi-lingual support.)
      sql/share/hungarian/errmsg.txt:
        Changed single generic error code/message into different ones for duplicate things.
        (For multi-lingual support.)
      sql/share/italian/errmsg.txt:
        Changed single generic error code/message into different ones for duplicate things.
        (For multi-lingual support.)
      sql/share/japanese/errmsg.txt:
        Changed single generic error code/message into different ones for duplicate things.
        (For multi-lingual support.)
      sql/share/korean/errmsg.txt:
        Changed single generic error code/message into different ones for duplicate things.
        (For multi-lingual support.)
      sql/share/norwegian-ny/errmsg.txt:
        Changed single generic error code/message into different ones for duplicate things.
        (For multi-lingual support.)
      sql/share/norwegian/errmsg.txt:
        Changed single generic error code/message into different ones for duplicate things.
        (For multi-lingual support.)
      sql/share/polish/errmsg.txt:
        Changed single generic error code/message into different ones for duplicate things.
        (For multi-lingual support.)
      sql/share/portuguese/errmsg.txt:
        Changed single generic error code/message into different ones for duplicate things.
        (For multi-lingual support.)
      sql/share/romanian/errmsg.txt:
        Changed single generic error code/message into different ones for duplicate things.
        (For multi-lingual support.)
      sql/share/russian/errmsg.txt:
        Changed single generic error code/message into different ones for duplicate things.
        (For multi-lingual support.)
      sql/share/serbian/errmsg.txt:
        Changed single generic error code/message into different ones for duplicate things.
        (For multi-lingual support.)
      sql/share/slovak/errmsg.txt:
        Changed single generic error code/message into different ones for duplicate things.
        (For multi-lingual support.)
      sql/share/spanish/errmsg.txt:
        Changed single generic error code/message into different ones for duplicate things.
        (For multi-lingual support.)
      sql/share/swedish/errmsg.txt:
        Changed single generic error code/message into different ones for duplicate things.
        (For multi-lingual support.)
      sql/share/ukrainian/errmsg.txt:
        Changed single generic error code/message into different ones for duplicate things.
        (For multi-lingual support.)
      7b4a8505
  3. 13 Nov, 2003 1 commit
    • unknown's avatar
      Various bug fixes: · c9232c60
      unknown authored
        - Duplicate parameters/variables, conditions and cursors (not allowed).
        - ITERATE in labelled BEGIN-END (not allowed).
        - Missing SQLSTATE [VALUE] keywords in CONDITION/HANDLER declaration (added).
        - Empty BEGIN-END (now allowed).
        - End label (now optional).
      
      
      include/mysqld_error.h:
        New error code for duplicate things (vars et al) in SPs.
      mysql-test/r/sp-error.result:
        New error tests for ITERATE in begin-end block and duplicate variables,
        conditions and cursors.
      mysql-test/r/sp.result:
        New tests for empty begin-end blocks, overriding local variables outside scope
        only, leave a begin-end block, and SQLSTATE [VALUE] words for CONDITION/HANDLER
        declarations.
      mysql-test/t/sp-error.test:
        New error tests for ITERATE in begin-end block and duplicate variables,
        conditions and cursors.
      mysql-test/t/sp.test:
        New tests for empty begin-end blocks, overriding local variables outside scope
        only, leave a begin-end block, and SQLSTATE [VALUE] words for CONDITION/HANDLER
        declarations.
      sql/lex.h:
        New SQLSTATE keyword.
      sql/share/czech/errmsg.txt:
        New error message for duplicate things (vars et al) in SPs.
      sql/share/danish/errmsg.txt:
        New error message for duplicate things (vars et al) in SPs.
      sql/share/dutch/errmsg.txt:
        New error message for duplicate things (vars et al) in SPs.
      sql/share/english/errmsg.txt:
        New error message for duplicate things (vars et al) in SPs.
      sql/share/estonian/errmsg.txt:
        New error message for duplicate things (vars et al) in SPs.
      sql/share/french/errmsg.txt:
        New error message for duplicate things (vars et al) in SPs.
      sql/share/german/errmsg.txt:
        New error message for duplicate things (vars et al) in SPs.
      sql/share/greek/errmsg.txt:
        New error message for duplicate things (vars et al) in SPs.
      sql/share/hungarian/errmsg.txt:
        New error message for duplicate things (vars et al) in SPs.
      sql/share/italian/errmsg.txt:
        New error message for duplicate things (vars et al) in SPs.
      sql/share/japanese/errmsg.txt:
        New error message for duplicate things (vars et al) in SPs.
      sql/share/korean/errmsg.txt:
        New error message for duplicate things (vars et al) in SPs.
      sql/share/norwegian-ny/errmsg.txt:
        New error message for duplicate things (vars et al) in SPs.
      sql/share/norwegian/errmsg.txt:
        New error message for duplicate things (vars et al) in SPs.
      sql/share/polish/errmsg.txt:
        New error message for duplicate things (vars et al) in SPs.
      sql/share/portuguese/errmsg.txt:
        New error message for duplicate things (vars et al) in SPs.
      sql/share/romanian/errmsg.txt:
        New error message for duplicate things (vars et al) in SPs.
      sql/share/russian/errmsg.txt:
        New error message for duplicate things (vars et al) in SPs.
      sql/share/serbian/errmsg.txt:
        New error message for duplicate things (vars et al) in SPs.
      sql/share/slovak/errmsg.txt:
        New error message for duplicate things (vars et al) in SPs.
      sql/share/spanish/errmsg.txt:
        New error message for duplicate things (vars et al) in SPs.
      sql/share/swedish/errmsg.txt:
        New error message for duplicate things (vars et al) in SPs.
      sql/share/ukrainian/errmsg.txt:
        New error message for duplicate things (vars et al) in SPs.
      sql/sp_pcontext.cc:
        Keep track on scope limits for error checking of duplicate variables,
        conditions and cursors.
      sql/sp_pcontext.h:
        Keep track on scope limits for error checking of duplicate variables,
        conditions and cursors.
        Also need to flag BEGIN labels to check for illegal ITERATEs.
      sql/sql_yacc.yy:
        End-labels in SPs loop and begin-end blocks are now optional.
        SQLSTATE [VALUE] added to syntax for sqlstates.
        Check for duplicate variable, condition and cursor declarations, but
        only in the same scope.
        Empty BEGIN-END statements now allowed.
        Check if ITERATE is referring to a BEGIN label.
      c9232c60
  4. 16 Oct, 2003 1 commit
    • unknown's avatar
      added checking for empty index name (fixed bug #1419) · ff50211d
      unknown authored
      include/mysqld_error.h:
        added error "Incorrect index name"
      mysql-test/r/create.result:
        added test for empty index name
      mysql-test/t/create.test:
        added test for empty index name
      sql/share/czech/errmsg.txt:
        added error "Incorrect index name"
      sql/share/danish/errmsg.txt:
        added error "Incorrect index name"
      sql/share/dutch/errmsg.txt:
        added error "Incorrect index name"
      sql/share/english/errmsg.txt:
        added error "Incorrect index name"
      sql/share/estonian/errmsg.txt:
        added error "Incorrect index name"
      sql/share/french/errmsg.txt:
        added error "Incorrect index name"
      sql/share/german/errmsg.txt:
        added error "Incorrect index name"
      sql/share/greek/errmsg.txt:
        added error "Incorrect index name"
      sql/share/hungarian/errmsg.txt:
        added error "Incorrect index name"
      sql/share/italian/errmsg.txt:
        added error "Incorrect index name"
      sql/share/japanese/errmsg.txt:
        added error "Incorrect index name"
      sql/share/korean/errmsg.txt:
        added error "Incorrect index name"
      sql/share/norwegian-ny/errmsg.txt:
        added error "Incorrect index name"
      sql/share/norwegian/errmsg.txt:
        added error "Incorrect index name"
      sql/share/polish/errmsg.txt:
        added error "Incorrect index name"
      sql/share/portuguese/errmsg.txt:
        added error "Incorrect index name"
      sql/share/romanian/errmsg.txt:
        added error "Incorrect index name"
      sql/share/russian/errmsg.txt:
        added error "Incorrect index name"
      sql/share/serbian/errmsg.txt:
        added error "Incorrect index name"
      sql/share/slovak/errmsg.txt:
        added error "Incorrect index name"
      sql/share/spanish/errmsg.txt:
        added error "Incorrect index name"
      sql/share/swedish/errmsg.txt:
        added error "Incorrect index name"
      sql/share/ukrainian/errmsg.txt:
        added error "Incorrect index name"
      sql/sql_table.cc:
        added checking for wrong index name
      ff50211d
  5. 12 Oct, 2003 1 commit
    • unknown's avatar
      wrong ER_TOO_BIG_FOR_UNCOMPRESS error in UNCOMPRESS() fixed. · 1862f671
      unknown authored
      typo in error message text corrected.
      new tests added
      
      
      mysql-test/r/func_compress.result:
        new tests added
      mysql-test/t/func_compress.test:
        new tests added
      sql/item_strfunc.cc:
        max size of uncompressed data is max_allowed_packet not 8K
      sql/share/czech/errmsg.txt:
        typo fixed
      sql/share/danish/errmsg.txt:
        typo fixed
      sql/share/dutch/errmsg.txt:
        typo fixed
      sql/share/english/errmsg.txt:
        typo fixed
      sql/share/estonian/errmsg.txt:
        typo fixed
      sql/share/french/errmsg.txt:
        typo fixed
      sql/share/german/errmsg.txt:
        typo fixed
      sql/share/greek/errmsg.txt:
        typo fixed
      sql/share/hungarian/errmsg.txt:
        typo fixed
      sql/share/italian/errmsg.txt:
        typo fixed
      sql/share/japanese/errmsg.txt:
        typo fixed
      sql/share/korean/errmsg.txt:
        typo fixed
      sql/share/norwegian-ny/errmsg.txt:
        typo fixed
      sql/share/norwegian/errmsg.txt:
        typo fixed
      sql/share/polish/errmsg.txt:
        typo fixed
      sql/share/portuguese/errmsg.txt:
        typo fixed
      sql/share/romanian/errmsg.txt:
        typo fixed
      sql/share/russian/errmsg.txt:
        typo fixed
      sql/share/serbian/errmsg.txt:
        typo fixed
      sql/share/slovak/errmsg.txt:
        typo fixed
      sql/share/spanish/errmsg.txt:
        typo fixed
      sql/share/swedish/errmsg.txt:
        typo fixed
      sql/share/ukrainian/errmsg.txt:
        typo fixed
      1862f671
  6. 10 Oct, 2003 1 commit
    • unknown's avatar
      WL#962: Added simple, read-only, non-scrolling, asensitive cursors in SPs, using the · 04c6b9b8
      unknown authored
      (updated) Protocol_cursor class.
      Also did some bug fixes.
      
      
      Docs/sp-imp-spec.txt:
        Added CURSOR docs (and fixed typos)
      Docs/sp-implemented.txt:
        Updated for CURSORs
      include/mysqld_error.h:
        New error codes/messages for CURSORs
      libmysqld/Makefile.am:
        SP cursors now needs this.
      mysql-test/r/sp-error.result:
        New tests for cursors.
      mysql-test/r/sp.result:
        New tests for cursors.
      mysql-test/t/sp-error.test:
        New tests for cursors.
      mysql-test/t/sp.test:
        New tests for cursors.
      sql/protocol.cc:
        We now always have Protocol_cursor (SPs use it)
      sql/protocol.h:
        Fixed bugs in Protocol_cursor (for SPs)
      sql/protocol_cursor.cc:
        Fixed bugs in Protocol_cursor (for SPs)
      sql/share/czech/errmsg.txt:
        New error codes/messages for CURSORs
      sql/share/danish/errmsg.txt:
        New error codes/messages for CURSORs
      sql/share/dutch/errmsg.txt:
        New error codes/messages for CURSORs
      sql/share/english/errmsg.txt:
        New error codes/messages for CURSORs
      sql/share/estonian/errmsg.txt:
        New error codes/messages for CURSORs
      sql/share/french/errmsg.txt:
        New error codes/messages for CURSORs
      sql/share/german/errmsg.txt:
        New error codes/messages for CURSORs
      sql/share/greek/errmsg.txt:
        New error codes/messages for CURSORs
      sql/share/hungarian/errmsg.txt:
        New error codes/messages for CURSORs
      sql/share/italian/errmsg.txt:
        New error codes/messages for CURSORs
      sql/share/japanese/errmsg.txt:
        New error codes/messages for CURSORs
      sql/share/korean/errmsg.txt:
        New error codes/messages for CURSORs
      sql/share/norwegian-ny/errmsg.txt:
        New error codes/messages for CURSORs
      sql/share/norwegian/errmsg.txt:
        New error codes/messages for CURSORs
      sql/share/polish/errmsg.txt:
        New error codes/messages for CURSORs
      sql/share/portuguese/errmsg.txt:
        New error codes/messages for CURSORs
      sql/share/romanian/errmsg.txt:
        New error codes/messages for CURSORs
      sql/share/russian/errmsg.txt:
        New error codes/messages for CURSORs
      sql/share/serbian/errmsg.txt:
        New error codes/messages for CURSORs
      sql/share/slovak/errmsg.txt:
        New error codes/messages for CURSORs
      sql/share/spanish/errmsg.txt:
        New error codes/messages for CURSORs
      sql/share/swedish/errmsg.txt:
        New error codes/messages for CURSORs
      sql/share/ukrainian/errmsg.txt:
        New error codes/messages for CURSORs
      sql/sp_head.cc:
        Added cursor support.
        Also fixed problems with item_lists, where pointers and ref_pointer_arrays.
      sql/sp_head.h:
        Added cursor support
      sql/sp_pcontext.cc:
        Added cursor support
      sql/sp_pcontext.h:
        Added cursor support
      sql/sp_rcontext.cc:
        Added cursor support, in particular the new sp_cursor class.
      sql/sp_rcontext.h:
        Added cursor support, in particular the new sp_cursor class.
      sql/sql_lex.h:
        We sometimes need to copy item_lists in LEX when executing substatements in SPs
      sql/sql_yacc.yy:
        Added minimal cursor support (not the full syntax yet).
      04c6b9b8
  7. 06 Oct, 2003 1 commit
    • unknown's avatar
      fixed error names · bd3beb83
      unknown authored
      mysql-test/r/row.result:
        fixed error message as it was suggested by Peter Gulutzan
      mysql-test/r/subselect.result:
        fixed error message as it was suggested by Peter Gulutzan
      sql/share/czech/errmsg.txt:
        fixed error message as it was suggested by Peter Gulutzan
      sql/share/danish/errmsg.txt:
        fixed error message as it was suggested by Peter Gulutzan
      sql/share/dutch/errmsg.txt:
        fixed error message as it was suggested by Peter Gulutzan
      sql/share/english/errmsg.txt:
        fixed error message as it was suggested by Peter Gulutzan
      sql/share/estonian/errmsg.txt:
        fixed error message as it was suggested by Peter Gulutzan
      sql/share/french/errmsg.txt:
        fixed error message as it was suggested by Peter Gulutzan
      sql/share/german/errmsg.txt:
        fixed error message as it was suggested by Peter Gulutzan
      sql/share/greek/errmsg.txt:
        fixed error message as it was suggested by Peter Gulutzan
      sql/share/hungarian/errmsg.txt:
        fixed error message as it was suggested by Peter Gulutzan
      sql/share/italian/errmsg.txt:
        fixed error message as it was suggested by Peter Gulutzan
      sql/share/japanese/errmsg.txt:
        fixed error message as it was suggested by Peter Gulutzan
      sql/share/korean/errmsg.txt:
        fixed error message as it was suggested by Peter Gulutzan
      sql/share/norwegian-ny/errmsg.txt:
        fixed error message as it was suggested by Peter Gulutzan
      sql/share/norwegian/errmsg.txt:
        fixed error message as it was suggested by Peter Gulutzan
      sql/share/polish/errmsg.txt:
        fixed error message as it was suggested by Peter Gulutzan
      sql/share/portuguese/errmsg.txt:
        fixed error message as it was suggested by Peter Gulutzan
      sql/share/romanian/errmsg.txt:
        fixed error message as it was suggested by Peter Gulutzan
      sql/share/russian/errmsg.txt:
        fixed error message as it was suggested by Peter Gulutzan
      sql/share/serbian/errmsg.txt:
        fixed error message as it was suggested by Peter Gulutzan
      sql/share/slovak/errmsg.txt:
        fixed error message as it was suggested by Peter Gulutzan
      sql/share/spanish/errmsg.txt:
        fixed error message as it was suggested by Peter Gulutzan
      sql/share/swedish/errmsg.txt:
        fixed error message as it was suggested by Peter Gulutzan
      sql/share/ukrainian/errmsg.txt:
        fixed error message as it was suggested by Peter Gulutzan
      bd3beb83
  8. 04 Oct, 2003 1 commit
  9. 03 Oct, 2003 1 commit
    • unknown's avatar
      Check that a FUNCTION contains RETURN and that we actually get a return value. · 4379cbcf
      unknown authored
      include/mysqld_error.h:
        New error codes/messages for missing RETURNs in FUNCTIONs.
      mysql-test/r/sp-error.result:
        New error tests for missing RETURNs in FUNCTIONs.
      mysql-test/t/sp-error.test:
        New error tests for missing RETURNs in FUNCTIONs.
      sql/share/czech/errmsg.txt:
        New error codes/messages for missing RETURNs in FUNCTIONs.
      sql/share/danish/errmsg.txt:
        New error codes/messages for missing RETURNs in FUNCTIONs.
      sql/share/dutch/errmsg.txt:
        New error codes/messages for missing RETURNs in FUNCTIONs.
      sql/share/english/errmsg.txt:
        New error codes/messages for missing RETURNs in FUNCTIONs.
      sql/share/estonian/errmsg.txt:
        New error codes/messages for missing RETURNs in FUNCTIONs.
      sql/share/french/errmsg.txt:
        New error codes/messages for missing RETURNs in FUNCTIONs.
      sql/share/german/errmsg.txt:
        New error codes/messages for missing RETURNs in FUNCTIONs.
      sql/share/greek/errmsg.txt:
        New error codes/messages for missing RETURNs in FUNCTIONs.
      sql/share/hungarian/errmsg.txt:
        New error codes/messages for missing RETURNs in FUNCTIONs.
      sql/share/italian/errmsg.txt:
        New error codes/messages for missing RETURNs in FUNCTIONs.
      sql/share/japanese/errmsg.txt:
        New error codes/messages for missing RETURNs in FUNCTIONs.
      sql/share/korean/errmsg.txt:
        New error codes/messages for missing RETURNs in FUNCTIONs.
      sql/share/norwegian-ny/errmsg.txt:
        New error codes/messages for missing RETURNs in FUNCTIONs.
      sql/share/norwegian/errmsg.txt:
        New error codes/messages for missing RETURNs in FUNCTIONs.
      sql/share/polish/errmsg.txt:
        New error codes/messages for missing RETURNs in FUNCTIONs.
      sql/share/portuguese/errmsg.txt:
        New error codes/messages for missing RETURNs in FUNCTIONs.
      sql/share/romanian/errmsg.txt:
        New error codes/messages for missing RETURNs in FUNCTIONs.
      sql/share/russian/errmsg.txt:
        New error codes/messages for missing RETURNs in FUNCTIONs.
      sql/share/serbian/errmsg.txt:
        New error codes/messages for missing RETURNs in FUNCTIONs.
      sql/share/slovak/errmsg.txt:
        New error codes/messages for missing RETURNs in FUNCTIONs.
      sql/share/spanish/errmsg.txt:
        New error codes/messages for missing RETURNs in FUNCTIONs.
      sql/share/swedish/errmsg.txt:
        New error codes/messages for missing RETURNs in FUNCTIONs.
      sql/share/ukrainian/errmsg.txt:
        New error codes/messages for missing RETURNs in FUNCTIONs.
      sql/sp_head.h:
        Check that a FUNCTION contains RETURN.
      sql/sql_parse.cc:
        Check that a FUNCTION contains RETURN.
      sql/sql_yacc.yy:
        Check that a FUNCTION contains RETURN.
      4379cbcf
  10. 02 Oct, 2003 1 commit
    • unknown's avatar
      minor edit (changed tense) as suggested by our docs team. · 187ca485
      unknown authored
      Portuguese and Swedish are not affected (they were already translated).
      
      
      sql/share/czech/errmsg.txt:
        changed tense
      sql/share/danish/errmsg.txt:
        changed tense
      sql/share/dutch/errmsg.txt:
        changed tense
      sql/share/english/errmsg.txt:
        changed tense
      sql/share/estonian/errmsg.txt:
        changed tense
      sql/share/french/errmsg.txt:
        changed tense
      sql/share/german/errmsg.txt:
        changed tense
      sql/share/greek/errmsg.txt:
        changed tense
      sql/share/hungarian/errmsg.txt:
        changed tense
      sql/share/italian/errmsg.txt:
        changed tense
      sql/share/japanese/errmsg.txt:
        changed tense
      sql/share/korean/errmsg.txt:
        changed tense
      sql/share/norwegian-ny/errmsg.txt:
        changed tense
      sql/share/norwegian/errmsg.txt:
        changed tense
      sql/share/polish/errmsg.txt:
        changed tense
      sql/share/romanian/errmsg.txt:
        changed tense
      sql/share/russian/errmsg.txt:
        changed tense
      sql/share/serbian/errmsg.txt:
        changed tense
      sql/share/slovak/errmsg.txt:
        changed tense
      sql/share/spanish/errmsg.txt:
        changed tense
      sql/share/ukrainian/errmsg.txt:
        changed tense
      187ca485
  11. 30 Sep, 2003 1 commit
  12. 17 Sep, 2003 1 commit
  13. 16 Sep, 2003 1 commit
    • unknown's avatar
      Implemented SP CONDITIONs and HANDLERs, with the extension of handling · 4deedf62
      unknown authored
      MySQL error codes as well.
      (No UNDO HANDLERs yet, and no SIGNAL or RESIGNAL.)
      WL#850
      
      
      Docs/sp-imp-spec.txt:
        Spec of CONDITIONs and HANDLERs (and updated some old stuff too).
      Docs/sp-implemented.txt:
        Updated info about caching, CONDITIONs and HANDLERs.
      include/mysqld_error.h:
        New error for undeclared CONDITION.
      libmysqld/Makefile.am:
        New file: sp_rcontext.cc.
      mysql-test/r/sp-error.result:
        New tests for CONDITIONs and HANDLERs.
      mysql-test/r/sp.result:
        New tests for CONDITIONs and HANDLERs.
      mysql-test/t/sp-error.test:
        New tests for CONDITIONs and HANDLERs.
      mysql-test/t/sp.test:
        New tests for CONDITIONs and HANDLERs.
      sql/Makefile.am:
        New file: sp_rcontext.cc.
      sql/lex.h:
        New symbols for CONDITIONs, HANDLERs and CURSORs.
      sql/mysqld.cc:
        Catch error if we have a handler for it.
      sql/protocol.cc:
        Catch error if we have a handler for it.
      sql/share/czech/errmsg.txt:
        New error for undeclared CONDITION.
      sql/share/danish/errmsg.txt:
        New error for undeclared CONDITION.
      sql/share/dutch/errmsg.txt:
        New error for undeclared CONDITION.
      sql/share/english/errmsg.txt:
        New error for undeclared CONDITION.
      sql/share/estonian/errmsg.txt:
        New error for undeclared CONDITION.
      sql/share/french/errmsg.txt:
        New error for undeclared CONDITION.
      sql/share/german/errmsg.txt:
        New error for undeclared CONDITION.
      sql/share/greek/errmsg.txt:
        New error for undeclared CONDITION.
      sql/share/hungarian/errmsg.txt:
        New error for undeclared CONDITION.
      sql/share/italian/errmsg.txt:
        New error for undeclared CONDITION.
      sql/share/japanese/errmsg.txt:
        New error for undeclared CONDITION.
      sql/share/korean/errmsg.txt:
        New error for undeclared CONDITION.
      sql/share/norwegian-ny/errmsg.txt:
        New error for undeclared CONDITION.
      sql/share/norwegian/errmsg.txt:
        New error for undeclared CONDITION.
      sql/share/polish/errmsg.txt:
        New error for undeclared CONDITION.
      sql/share/portuguese/errmsg.txt:
        New error for undeclared CONDITION.
      sql/share/romanian/errmsg.txt:
        New error for undeclared CONDITION.
      sql/share/russian/errmsg.txt:
        New error for undeclared CONDITION.
      sql/share/serbian/errmsg.txt:
        New error for undeclared CONDITION.
      sql/share/slovak/errmsg.txt:
        New error for undeclared CONDITION.
      sql/share/spanish/errmsg.txt:
        New error for undeclared CONDITION.
      sql/share/swedish/errmsg.txt:
        New error for undeclared CONDITION.
      sql/share/ukrainian/errmsg.txt:
        New error for undeclared CONDITION.
      sql/sp_head.cc:
        New HANDLER code.
      sql/sp_head.h:
        New HANDLER code.
      sql/sp_pcontext.cc:
        New CONDITION and HANDLER code.
      sql/sp_pcontext.h:
        New CONDITION and HANDLER code.
      sql/sp_rcontext.h:
        New CONDITION and HANDLER code.
      sql/sql_yacc.yy:
        New CONDITION and HANDLER code.
      4deedf62
  14. 13 Sep, 2003 2 commits
    • unknown's avatar
      Implemented support for START SLAVE UNTIL (WL#868) · 2f8f0a7e
      unknown authored
      include/mysqld_error.h:
        Added error codes for warnings and error messages for START SLAVE UNTIL
      mysql-test/r/rpl000015.result:
        Fixed test because 3 new columns to SHOW SLAVE STATUS output were added
      mysql-test/r/rpl_empty_master_crash.result:
        Fixed test because 3 new columns to SHOW SLAVE STATUS output were added
      mysql-test/r/rpl_flush_log_loop.result:
        Fixed test because 3 new columns to SHOW SLAVE STATUS output were added
      mysql-test/r/rpl_log.result:
        Fixed test because 3 new columns to SHOW SLAVE STATUS output were added
      mysql-test/r/rpl_log_pos.result:
        Fixed test because 3 new columns to SHOW SLAVE STATUS output were added
      mysql-test/r/rpl_redirect.result:
        Fixed test because 3 new columns to SHOW SLAVE STATUS output were added
      mysql-test/r/rpl_replicate_do.result:
        Fixed test because 3 new columns to SHOW SLAVE STATUS output were added
      mysql-test/r/rpl_rotate_logs.result:
        Fixed test because 3 new columns to SHOW SLAVE STATUS output were added
      sql/lex.h:
        Added UNTIL symbol
      sql/log.cc:
        Invalidating until_log_name comparison result if group_relay_log_name is changed
      sql/log_event.cc:
        Invalidating until_log_name comparison result if group_master_log_name is changed
      sql/repl_failsafe.cc:
        Cancel until condition if LOAD MASTER DATA is executed
      sql/share/czech/errmsg.txt:
        Added error and warning message for START SLAVE UNTIL
      sql/share/danish/errmsg.txt:
        Added error and warning message for START SLAVE UNTIL
      sql/share/dutch/errmsg.txt:
        Added error and warning message for START SLAVE UNTIL
      sql/share/english/errmsg.txt:
        Added error and warning message for START SLAVE UNTIL
      sql/share/estonian/errmsg.txt:
        Added error and warning message for START SLAVE UNTIL
      sql/share/french/errmsg.txt:
        Added error and warning message for START SLAVE UNTIL
      sql/share/german/errmsg.txt:
        Added error and warning message for START SLAVE UNTIL
      sql/share/greek/errmsg.txt:
        Added error and warning message for START SLAVE UNTIL
      sql/share/hungarian/errmsg.txt:
        Added error and warning message for START SLAVE UNTIL
      sql/share/italian/errmsg.txt:
        Added error and warning message for START SLAVE UNTIL
      sql/share/japanese/errmsg.txt:
        Added error and warning message for START SLAVE UNTIL
      sql/share/korean/errmsg.txt:
        Added error and warning message for START SLAVE UNTIL
      sql/share/norwegian-ny/errmsg.txt:
        Added error and warning message for START SLAVE UNTIL
      sql/share/norwegian/errmsg.txt:
        Added error and warning message for START SLAVE UNTIL
      sql/share/polish/errmsg.txt:
        Added error and warning message for START SLAVE UNTIL
      sql/share/portuguese/errmsg.txt:
        Added error and warning message for START SLAVE UNTIL
      sql/share/romanian/errmsg.txt:
        Added error and warning message for START SLAVE UNTIL
      sql/share/russian/errmsg.txt:
        Added error and warning message for START SLAVE UNTIL
      sql/share/serbian/errmsg.txt:
        Added error and warning message for START SLAVE UNTIL
      sql/share/slovak/errmsg.txt:
        Added error and warning message for START SLAVE UNTIL
      sql/share/spanish/errmsg.txt:
        Added error and warning message for START SLAVE UNTIL
      sql/share/swedish/errmsg.txt:
        Added error and warning message for START SLAVE UNTIL
      sql/share/ukrainian/errmsg.txt:
        Added error and warning message for START SLAVE UNTIL
      sql/slave.cc:
        Fixed wrong locking order in init_relay_log_pos()
        Added until condition fields to SHOW SLAVE STATUS
        Added checking if UNTIL condition is reached 
        (added proper method, added its invocation, reorganized locking 
        in exec_relay_log_event() and next_event())
      sql/slave.h:
        Members in RELAY_LOG_INFO for storing UNTIL condition. Also 
        methods for for invalidation of cached UNTIL condition comparison
        results
      sql/sql_repl.cc:
        Now honoring UNTIL clause then starting slave thread. Proper 
        errors and warnings.
      sql/sql_yacc.yy:
        Added support for UNTIL clause in START SLAVE. This involved 
        extraction of some of master_defs to separate master_file_def
        non-terminal.
      2f8f0a7e
    • unknown's avatar
      error messages from english/errmsg.txt added to other languages. · 80206632
      unknown authored
      bug#1269
      
      
      sql/share/czech/errmsg.txt:
        error messages from english/errmsg.txt added to other languages.
        bug##1269
      sql/share/danish/errmsg.txt:
        error messages from english/errmsg.txt added to other languages.
        bug##1269
      sql/share/dutch/errmsg.txt:
        error messages from english/errmsg.txt added to other languages.
        bug##1269
      sql/share/estonian/errmsg.txt:
        error messages from english/errmsg.txt added to other languages.
        bug##1269
      sql/share/french/errmsg.txt:
        error messages from english/errmsg.txt added to other languages.
        bug##1269
      sql/share/german/errmsg.txt:
        error messages from english/errmsg.txt added to other languages.
        bug##1269
      sql/share/greek/errmsg.txt:
        error messages from english/errmsg.txt added to other languages.
        bug##1269
      sql/share/hungarian/errmsg.txt:
        error messages from english/errmsg.txt added to other languages.
        bug##1269
      sql/share/italian/errmsg.txt:
        error messages from english/errmsg.txt added to other languages.
        bug##1269
      sql/share/japanese/errmsg.txt:
        error messages from english/errmsg.txt added to other languages.
        bug##1269
      sql/share/korean/errmsg.txt:
        error messages from english/errmsg.txt added to other languages.
        bug##1269
      sql/share/norwegian-ny/errmsg.txt:
        error messages from english/errmsg.txt added to other languages.
        bug##1269
      sql/share/norwegian/errmsg.txt:
        error messages from english/errmsg.txt added to other languages.
        bug##1269
      sql/share/polish/errmsg.txt:
        error messages from english/errmsg.txt added to other languages.
        bug##1269
      sql/share/portuguese/errmsg.txt:
        error messages from english/errmsg.txt added to other languages.
        bug##1269
      sql/share/romanian/errmsg.txt:
        error messages from english/errmsg.txt added to other languages.
        bug##1269
      sql/share/russian/errmsg.txt:
        error messages from english/errmsg.txt added to other languages.
        bug##1269
      sql/share/serbian/errmsg.txt:
        error messages from english/errmsg.txt added to other languages.
        bug##1269
      sql/share/slovak/errmsg.txt:
        error messages from english/errmsg.txt added to other languages.
        bug##1269
      sql/share/spanish/errmsg.txt:
        error messages from english/errmsg.txt added to other languages.
        bug##1269
      sql/share/swedish/errmsg.txt:
        error messages from english/errmsg.txt added to other languages.
        bug##1269
      sql/share/ukrainian/errmsg.txt:
        error messages from english/errmsg.txt added to other languages.
        bug##1269
      80206632
  15. 01 Sep, 2003 1 commit
    • unknown's avatar
      Implemented replication over SSL · 8a548ffd
      unknown authored
       Added proper options to CHANGE MASTER TO, new fields to SHOW SLAVE STATUS,
       Honoring this parameters during connection to master.
       Introduced new format of master.info file
      
      
      include/mysqld_error.h:
        Added error code for "slave without SSL ignored SSL params warning"
      mysql-test/Makefile.am:
        Copy files required for rpl_openssl test during the make process
      mysql-test/r/rpl000015.result:
        Added fields to SHOW SLAVE STATUS for replication over SSL
      mysql-test/r/rpl_empty_master_crash.result:
        Added fields to SHOW SLAVE STATUS for replication over SSL
      mysql-test/r/rpl_flush_log_loop.result:
        Added fields to SHOW SLAVE STATUS for replication over SSL
      mysql-test/r/rpl_log.result:
        Added fields to SHOW SLAVE STATUS for replication over SSL
      mysql-test/r/rpl_log_pos.result:
        Added fields to SHOW SLAVE STATUS for replication over SSL
      mysql-test/r/rpl_redirect.result:
        Added fields to SHOW SLAVE STATUS for replication over SSL
      mysql-test/r/rpl_replicate_do.result:
        Added fields to SHOW SLAVE STATUS for replication over SSL
      mysql-test/r/rpl_rotate_logs.result:
        Added fields to SHOW SLAVE STATUS for replication over SSL
      sql/lex.h:
        Added MASTER_SSL lexems for CHANGE MASTER
      sql/mysqld.cc:
        Added --master-ssl-ca parameter. Fixed description of other master-ssl parameters
      sql/repl_failsafe.cc:
        Added SSL support to connect_to_master()
      sql/share/czech/errmsg.txt:
        Added "slave without SSL ignored SSL params" warning
      sql/share/danish/errmsg.txt:
        Added "slave without SSL ignored SSL params" warning
      sql/share/dutch/errmsg.txt:
        Added "slave without SSL ignored SSL params" warning
      sql/share/english/errmsg.txt:
        Added "slave without SSL ignored SSL params" warning
      sql/share/estonian/errmsg.txt:
        Added "slave without SSL ignored SSL params" warning
      sql/share/french/errmsg.txt:
        Added "slave without SSL ignored SSL params" warning
      sql/share/german/errmsg.txt:
        Added "slave without SSL ignored SSL params" warning
      sql/share/greek/errmsg.txt:
        Added "slave without SSL ignored SSL params" warning
      sql/share/hungarian/errmsg.txt:
        Added "slave without SSL ignored SSL params" warning
      sql/share/italian/errmsg.txt:
        Added "slave without SSL ignored SSL params" warning
      sql/share/japanese/errmsg.txt:
        Added "slave without SSL ignored SSL params" warning
      sql/share/korean/errmsg.txt:
        Added "slave without SSL ignored SSL params" warning
      sql/share/norwegian-ny/errmsg.txt:
        Added "slave without SSL ignored SSL params" warning
      sql/share/norwegian/errmsg.txt:
        Added "slave without SSL ignored SSL params" warning
      sql/share/polish/errmsg.txt:
        Added "slave without SSL ignored SSL params" warning
      sql/share/portuguese/errmsg.txt:
        Added "slave without SSL ignored SSL params" warning
      sql/share/romanian/errmsg.txt:
        Added "slave without SSL ignored SSL params" warning
      sql/share/russian/errmsg.txt:
        Added "slave without SSL ignored SSL params" warning
      sql/share/serbian/errmsg.txt:
        Added "slave without SSL ignored SSL params" warning
      sql/share/slovak/errmsg.txt:
        Added "slave without SSL ignored SSL params" warning
      sql/share/spanish/errmsg.txt:
        Added "slave without SSL ignored SSL params" warning
      sql/share/swedish/errmsg.txt:
        Added "slave without SSL ignored SSL params" warning
      sql/share/ukrainian/errmsg.txt:
        Added "slave without SSL ignored SSL params" warning
      sql/slave.cc:
        Introduced new format of master.info file
        Added support of SSL params in master.info and SHOW SLAVE STATUS
        Added support of SSL connections
      sql/slave.h:
        Added SSL parameters to MASTER_INFO
      sql/sql_lex.h:
        Added SSL parameters for CHANGE MASTER TO
      sql/sql_repl.cc:
        Added SSL parameters for CHANGE MASTER TO
      sql/sql_yacc.yy:
        Added SSL parameters for CHANGE MASTER TO
      8a548ffd
  16. 29 Jul, 2003 1 commit
  17. 24 Jul, 2003 2 commits
    • unknown's avatar
      added warning about external fields resolving to EXPLAIN command · 7ec21e9f
      unknown authored
      (SCRUM) (WL#1053)
      
      
      include/mysqld_error.h:
        new warning
      mysql-test/r/subselect.result:
        new warning
      sql/item.cc:
        warning for external fields resolving
      sql/share/czech/errmsg.txt:
        new warning
      sql/share/danish/errmsg.txt:
        new warning
      sql/share/dutch/errmsg.txt:
        new warning
      sql/share/english/errmsg.txt:
        new warning
      sql/share/estonian/errmsg.txt:
        new warning
      sql/share/french/errmsg.txt:
        new warning
      sql/share/german/errmsg.txt:
        new warning
      sql/share/greek/errmsg.txt:
        new warning
      sql/share/hungarian/errmsg.txt:
        new warning
      sql/share/italian/errmsg.txt:
        new warning
      sql/share/japanese/errmsg.txt:
        new warning
      sql/share/korean/errmsg.txt:
        new warning
      sql/share/norwegian-ny/errmsg.txt:
        new warning
      sql/share/norwegian/errmsg.txt:
        new warning
      sql/share/polish/errmsg.txt:
        new warning
      sql/share/portuguese/errmsg.txt:
        new warning
      sql/share/romanian/errmsg.txt:
        new warning
      sql/share/russian/errmsg.txt:
        new warning
      sql/share/serbian/errmsg.txt:
        new warning
      sql/share/slovak/errmsg.txt:
        new warning
      sql/share/spanish/errmsg.txt:
        new warning
      sql/share/swedish/errmsg.txt:
        new warning
      sql/share/ukrainian/errmsg.txt:
        new warning
      7ec21e9f
    • unknown's avatar
      Print accounts in error messages as 'user'@'host' rather than 'user@host'. · 3a8d1c3c
      unknown authored
      The latter is misleading because differs from the syntax used for GRANT/REVOKE.
      
      Fix up test result affected by error message edits.
      
      
      mysql-test/r/grant_cache.result:
        Fix up test result to match error message edit.
      sql/share/czech/errmsg.txt:
        Print user@host in syntax actually used for GRANT/REVOKE.
      sql/share/danish/errmsg.txt:
        Print user@host in syntax actually used for GRANT/REVOKE.
      sql/share/dutch/errmsg.txt:
        Print user@host in syntax actually used for GRANT/REVOKE.
      sql/share/english/errmsg.txt:
        Print user@host in syntax actually used for GRANT/REVOKE.
      sql/share/estonian/errmsg.txt:
        Print user@host in syntax actually used for GRANT/REVOKE.
      sql/share/french/errmsg.txt:
        Print user@host in syntax actually used for GRANT/REVOKE.
      sql/share/german/errmsg.txt:
        Print user@host in syntax actually used for GRANT/REVOKE.
      sql/share/greek/errmsg.txt:
        Print user@host in syntax actually used for GRANT/REVOKE.
      sql/share/hungarian/errmsg.txt:
        Print user@host in syntax actually used for GRANT/REVOKE.
      sql/share/italian/errmsg.txt:
        Print user@host in syntax actually used for GRANT/REVOKE.
      sql/share/japanese/errmsg.txt:
        Print user@host in syntax actually used for GRANT/REVOKE.
      sql/share/korean/errmsg.txt:
        Print user@host in syntax actually used for GRANT/REVOKE.
      sql/share/norwegian-ny/errmsg.txt:
        Print user@host in syntax actually used for GRANT/REVOKE.
      sql/share/norwegian/errmsg.txt:
        Print user@host in syntax actually used for GRANT/REVOKE.
      sql/share/polish/errmsg.txt:
        Print user@host in syntax actually used for GRANT/REVOKE.
      sql/share/portuguese/errmsg.txt:
        Print user@host in syntax actually used for GRANT/REVOKE.
      sql/share/romanian/errmsg.txt:
        Print user@host in syntax actually used for GRANT/REVOKE.
      sql/share/russian/errmsg.txt:
        Print user@host in syntax actually used for GRANT/REVOKE.
      sql/share/serbian/errmsg.txt:
        Print user@host in syntax actually used for GRANT/REVOKE.
      sql/share/slovak/errmsg.txt:
        Print user@host in syntax actually used for GRANT/REVOKE.
      sql/share/spanish/errmsg.txt:
        Print user@host in syntax actually used for GRANT/REVOKE.
      sql/share/swedish/errmsg.txt:
        Print user@host in syntax actually used for GRANT/REVOKE.
      sql/share/ukrainian/errmsg.txt:
        Print user@host in syntax actually used for GRANT/REVOKE.
      3a8d1c3c
  18. 16 Jul, 2003 1 commit
    • unknown's avatar
      Error message consistency edits + updates to affected test results. · 7770c167
      unknown authored
      mysql-test/r/innodb.result:
        Fix test result to correspond to error message edits.
      mysql-test/r/repair_part2.result:
        Fix test result to correspond to error message edits.
      mysql-test/r/type_blob.result:
        Fix test result to correspond to error message edits.
      sql/share/czech/errmsg.txt:
        Error message consistency edits.
      sql/share/dutch/errmsg.txt:
        Error message consistency edits.
      sql/share/estonian/errmsg.txt:
        Error message consistency edits.
      sql/share/french/errmsg.txt:
        Error message consistency edits.
      sql/share/german/errmsg.txt:
        Error message consistency edits.
      sql/share/greek/errmsg.txt:
        Error message consistency edits.
      sql/share/hungarian/errmsg.txt:
        Error message consistency edits.
      sql/share/italian/errmsg.txt:
        Error message consistency edits.
      sql/share/norwegian-ny/errmsg.txt:
        Error message consistency edits.
      sql/share/norwegian/errmsg.txt:
        Error message consistency edits.
      sql/share/danish/errmsg.txt:
        Error message consistency edits.
      sql/share/polish/errmsg.txt:
        Error message consistency edits.
      sql/share/portuguese/errmsg.txt:
        Error message consistency edits.
      sql/share/romanian/errmsg.txt:
        Error message consistency edits.
      sql/share/serbian/errmsg.txt:
        Error message consistency edits.
      sql/share/slovak/errmsg.txt:
        Error message consistency edits.
      sql/share/spanish/errmsg.txt:
        Error message consistency edits.
      sql/share/swedish/errmsg.txt:
        Error message consistency edits.
      sql/share/ukrainian/errmsg.txt:
        Error message consistency edits.
      sql/share/english/errmsg.txt:
        Error message consistency edits.
      7770c167
  19. 15 Jul, 2003 1 commit
    • unknown's avatar
      Modifications to error messages, and affected test results. · 2caf4612
      unknown authored
      mysql-test/r/merge.result:
        Sync to modified error message.
      sql/share/danish/errmsg.txt:
        Ellipses are three dots, not four or five.
        Remove other extraneous periods.
      sql/share/dutch/errmsg.txt:
        Remove extraneous periods.
      sql/share/english/errmsg.txt:
        Ellipses are three dots, not four or five.
        Remove other extraneous periods.
      sql/share/estonian/errmsg.txt:
        Remove extraneous periods.
      sql/share/french/errmsg.txt:
        Remove extraneous periods.
      sql/share/german/errmsg.txt:
        Remove extraneous periods.
      sql/share/greek/errmsg.txt:
        Ellipses are three dots, not four or five.
        Remove other extraneous periods.
      sql/share/hungarian/errmsg.txt:
        Remove extraneous periods.
      sql/share/italian/errmsg.txt:
        Ellipses are three dots, not four or five.
        Remove other extraneous periods.
      sql/share/japanese/errmsg.txt:
        Remove extraneous periods.
      sql/share/korean/errmsg.txt:
        Ellipses are three dots, not four or five.
        Remove other extraneous periods.
      sql/share/norwegian-ny/errmsg.txt:
        Ellipses are three dots, not four or five.
        Remove other extraneous periods.
      sql/share/norwegian/errmsg.txt:
        Ellipses are three dots, not four or five.
        Remove other extraneous periods.
      sql/share/polish/errmsg.txt:
        Ellipses are three dots, not four or five.
        Remove other extraneous periods.
      sql/share/romanian/errmsg.txt:
        Ellipses are three dots, not four or five.
        Remove other extraneous periods.
      sql/share/russian/errmsg.txt:
        Ellipses are three dots, not four or five.
        Remove other extraneous periods.
      sql/share/serbian/errmsg.txt:
        Ellipses are three dots, not four or five.
        Remove other extraneous periods.
      sql/share/slovak/errmsg.txt:
        Ellipses are three dots, not four or five.
        Remove other extraneous periods.
      sql/share/spanish/errmsg.txt:
        Ellipses are three dots, not four or five.
        Remove other extraneous periods.
      sql/share/swedish/errmsg.txt:
        Ellipses are three dots, not four or five.
        Remove other extraneous periods.
      2caf4612
  20. 09 Jul, 2003 2 commits
    • unknown's avatar
      Error message style consistency edits. · 8ad04725
      unknown authored
      8ad04725
    • unknown's avatar
      Merging 4.1 into 5.0 (second pass; post-merge fixes). · 2b16d545
      unknown authored
      One test in subselect.test still wrong.
      Had to reconstruct all errmsg.txt files completely, since auto-merge made
      a mess of the lot. :-(
      
      
      mysql-test/r/sp-error.result:
        Merging 4.1 into 5.0 (second pass; post-merge fixes).
      mysql-test/r/subselect.result:
        Merging 4.1 into 5.0 (second pass; post-merge fixes).
        One test still wrong (different from 4.1), left for Sanja. :)
      mysql-test/r/variables.result:
        Merging 4.1 into 5.0 (second pass; post-merge fixes).
      mysql-test/t/sp-error.test:
        Merging 4.1 into 5.0 (second pass; post-merge fixes).
      mysql-test/t/subselect.test:
        Merging 4.1 into 5.0 (second pass; post-merge fixes).
        One test still wrong (different from 4.1), left for Sanja :)
      scripts/mysql_create_system_tables.sh:
        Merging 4.1 into 5.0 (second pass; post-merge fixes).
      sql/item.cc:
        Merging 4.1 into 5.0 (second pass; post-merge fixes).
      sql/item_cmpfunc.cc:
        Merging 4.1 into 5.0 (second pass; post-merge fixes).
      sql/item_subselect.cc:
        Merging 4.1 into 5.0 (second pass; post-merge fixes).
      sql/item_sum.cc:
        Merging 4.1 into 5.0 (second pass; post-merge fixes).
      sql/mysql_priv.h:
        Merging 4.1 into 5.0 (second pass; post-merge fixes).
      sql/mysqld.cc:
        Merging 4.1 into 5.0 (second pass; post-merge fixes).
      sql/share/danish/errmsg.txt:
        Merging 4.1 into 5.0 (second pass; post-merge fixes).
      sql/share/dutch/errmsg.txt:
        Merging 4.1 into 5.0 (second pass; post-merge fixes).
      sql/share/english/errmsg.txt:
        Merging 4.1 into 5.0 (second pass; post-merge fixes).
      sql/share/estonian/errmsg.txt:
        Merging 4.1 into 5.0 (second pass; post-merge fixes).
      sql/share/french/errmsg.txt:
        Merging 4.1 into 5.0 (second pass; post-merge fixes).
      sql/share/german/errmsg.txt:
        Merging 4.1 into 5.0 (second pass; post-merge fixes).
      sql/share/greek/errmsg.txt:
        Merging 4.1 into 5.0 (second pass; post-merge fixes).
      sql/share/hungarian/errmsg.txt:
        Merging 4.1 into 5.0 (second pass; post-merge fixes).
      sql/share/italian/errmsg.txt:
        Merging 4.1 into 5.0 (second pass; post-merge fixes).
      sql/share/japanese/errmsg.txt:
        Merging 4.1 into 5.0 (second pass; post-merge fixes).
      sql/share/korean/errmsg.txt:
        Merging 4.1 into 5.0 (second pass; post-merge fixes).
      sql/share/norwegian-ny/errmsg.txt:
        Merging 4.1 into 5.0 (second pass; post-merge fixes).
      sql/share/norwegian/errmsg.txt:
        Merging 4.1 into 5.0 (second pass; post-merge fixes).
      sql/share/polish/errmsg.txt:
        Merging 4.1 into 5.0 (second pass; post-merge fixes).
      sql/share/portuguese/errmsg.txt:
        Merging 4.1 into 5.0 (second pass; post-merge fixes).
      sql/share/russian/errmsg.txt:
        Merging 4.1 into 5.0 (second pass; post-merge fixes).
      sql/share/serbian/errmsg.txt:
        Merging 4.1 into 5.0 (second pass; post-merge fixes).
      sql/share/slovak/errmsg.txt:
        Merging 4.1 into 5.0 (second pass; post-merge fixes).
      sql/share/spanish/errmsg.txt:
        Merging 4.1 into 5.0 (second pass; post-merge fixes).
      sql/share/swedish/errmsg.txt:
        Merging 4.1 into 5.0 (second pass; post-merge fixes).
      sql/share/ukrainian/errmsg.txt:
        Merging 4.1 into 5.0 (second pass; post-merge fixes).
      sql/sp.cc:
        Merging 4.1 into 5.0 (second pass; post-merge fixes).
      sql/sql_base.cc:
        Merging 4.1 into 5.0 (second pass; post-merge fixes).
      sql/sql_cache.cc:
        Merging 4.1 into 5.0 (second pass; post-merge fixes).
      sql/sql_insert.cc:
        Merging 4.1 into 5.0 (second pass; post-merge fixes).
      sql/sql_parse.cc:
        Merging 4.1 into 5.0 (second pass; post-merge fixes).
      sql/sql_select.cc:
        Merging 4.1 into 5.0 (second pass; post-merge fixes).
      sql/sql_update.cc:
        Merging 4.1 into 5.0 (second pass; post-merge fixes).
      2b16d545
  21. 08 Jul, 2003 1 commit
    • unknown's avatar
      Fix for · eed62d99
      unknown authored
      BUG#797 "If query ignored on slave (replicate-ignore-table) the slave still checks if
      the returned error (0) is the same as the one on the master, whereas it shouldn't
      test this.
      Plus a new test for BUG#797.
      
      
      include/mysqld_error.h:
        New error code (can be sent only to the slave thread, not to normal clients).
      sql/log.cc:
        removed comment from a previous debugging.
      sql/log_event.cc:
        ER_SLAVE_IGNORED_TABLE is an ignorable error.
      sql/share/czech/errmsg.txt:
        for BUG#797
      sql/share/danish/errmsg.txt:
        for BUG#797
      sql/share/dutch/errmsg.txt:
        for BUG#797
      sql/share/english/errmsg.txt:
        for BUG#797
      sql/share/estonian/errmsg.txt:
        for BUG#797
      sql/share/french/errmsg.txt:
        for BUG#797
      sql/share/german/errmsg.txt:
        for BUG#797
      sql/share/greek/errmsg.txt:
        for BUG#797
      sql/share/hungarian/errmsg.txt:
        for BUG#797
      sql/share/italian/errmsg.txt:
        for BUG#797
      sql/share/japanese/errmsg.txt:
        for BUG#797
      sql/share/korean/errmsg.txt:
        for BUG#797
      sql/share/norwegian-ny/errmsg.txt:
        for BUG#797
      sql/share/norwegian/errmsg.txt:
        for BUG#797
      sql/share/polish/errmsg.txt:
        for BUG#797
      sql/share/portuguese/errmsg.txt:
        for BUG#797
      sql/share/romanian/errmsg.txt:
        for BUG#797
      sql/share/russian/errmsg.txt:
        for BUG#797
      sql/share/slovak/errmsg.txt:
        for BUG#797
      sql/share/spanish/errmsg.txt:
        for BUG#797
      sql/share/swedish/errmsg.txt:
        for BUG#797
      sql/share/ukrainian/errmsg.txt:
        for BUG#797
      sql/sql_parse.cc:
        when in sql_parse in the slave thread we ignore the query because of replicate-do
        and replicate-ignore options, we return a specific error to the slave thread,
        so that it knows that the query has been ignored (which is different from a
        successful query).
        A small cleanup (test was done twice).
      eed62d99
  22. 07 Jul, 2003 1 commit
    • unknown's avatar
      Preliminary support for options --secure-auth, · 78c3d968
      unknown authored
      --old-passwords
      Support for option --old-protocol was removed.
      Some test performed.
      Tests for SSL and replication are pending.
      More strict following to specification for --old-passwords
      is in the TODO.
      
      
      include/mysql_com.h:
        support for 3.20 passwords removed from
        scramble_323
      include/mysqld_error.h:
        added error code for --secure-auth mode
      libmysql/libmysql.c:
        removed support for 3.20 password and protocol
        version 9
      mysql-test/r/connect.result:
        added check for new syntax of 
        set password
      mysql-test/r/func_crypt.result:
        tests for two-argument of password() were removed.
        Instead added tests for cooperation of password() and
        old_passwords session/global variable, passwords() and spaces 
        in argument string
      mysql-test/t/connect.test:
        added check for new syntax of
        set password
      mysql-test/t/func_crypt.test:
        tests for two-argument of password() were removed.
        Instead added tests for cooperation of password() and
        old_passwords session/global variable, passwords() and spaces 
        in argument string
      sql-common/client.c:
        removed support for 3.20 servers and 
        protocol version 9
      sql/item_strfunc.h:
        fixed comment
      sql/mysql_priv.h:
        added declarartion for option opt_secure_auth
      sql/mysqld.cc:
        added option opt_secure_auth
        option old-password placed according to
        sort order
      sql/password.c:
        removed support for 3.20 clients and 
        old scrambles
      sql/set_var.cc:
        added system variable 'secure_auth'
        added system/thread variable 'old_passwords'
      sql/set_var.h:
        sys_old_passwords needs to be exported 
        because sys_old_passwords.after_update is used
        in sql_acl.cc
      sql/sql_acl.cc:
        support for 3.20 passwords removed
        now acl_init honors options works properly with
        options/variables --secure-auth and --old-passwords
      sql/sql_acl.h:
        support for 3.20 clients removed
      sql/sql_class.h:
        added system/thread variable old_passwords
      sql/sql_parse.cc:
        support for 3.20 clients removed
        now check_user takes into account option
        secure_auth
      sql/sql_yacc.yy:
        global variable use_old_passwords 
        replaced with thread-specific variable 
        old_passwords
      sql/share/czech/errmsg.txt:
        error message for --secure-auth added
        (as suggested by Paul)
      sql/share/danish/errmsg.txt:
        error message for --secure-auth added
        (as suggested by Paul)
      sql/share/dutch/errmsg.txt:
        error message for --secure-auth added
        (as suggested by Paul)
      sql/share/english/errmsg.txt:
        error message for --secure-auth added
        (as suggested by Paul)
      sql/share/estonian/errmsg.txt:
        error message for --secure-auth added
        (as suggested by Paul)
      sql/share/french/errmsg.txt:
        error message for --secure-auth added
        (as suggested by Paul)
      sql/share/german/errmsg.txt:
        error message for --secure-auth added
        (as suggested by Paul)
      sql/share/greek/errmsg.txt:
        error message for --secure-auth added
        (as suggested by Paul)
      sql/share/hungarian/errmsg.txt:
        error message for --secure-auth added
        (as suggested by Paul)
      sql/share/italian/errmsg.txt:
        error message for --secure-auth added
        (as suggested by Paul)
      sql/share/japanese/errmsg.txt:
        error message for --secure-auth added
        (as suggested by Paul)
      sql/share/korean/errmsg.txt:
        error message for --secure-auth added
        (as suggested by Paul)
      sql/share/norwegian-ny/errmsg.txt:
        error message for --secure-auth added
        (as suggested by Paul)
      sql/share/norwegian/errmsg.txt:
        error message for --secure-auth added
        (as suggested by Paul)
      sql/share/polish/errmsg.txt:
        error message for --secure-auth added
        (as suggested by Paul)
      sql/share/portuguese/errmsg.txt:
        error message for --secure-auth added
        (as suggested by Paul)
      sql/share/romanian/errmsg.txt:
        error message for --secure-auth added
        (as suggested by Paul)
      sql/share/russian/errmsg.txt:
        error message for --secure-auth added
        (as suggested by Paul)
      sql/share/serbian/errmsg.txt:
        error message for --secure-auth added
        (as suggested by Paul)
      sql/share/slovak/errmsg.txt:
        error message for --secure-auth added
        (as suggested by Paul)
      sql/share/spanish/errmsg.txt:
        error message for --secure-auth added
        (as suggested by Paul)
      sql/share/swedish/errmsg.txt:
        error message for --secure-auth added
        (as suggested by Paul)
      sql/share/ukrainian/errmsg.txt:
        error message for --secure-auth added
        (as suggested by Paul)
      78c3d968
  23. 06 Jul, 2003 1 commit
    • unknown's avatar
      Support for variables with components · e17562b5
      unknown authored
      Added framework to create/drop and manager buffers for multiple key caches
      
      
      include/my_getopt.h:
        Fixed prototype
      include/my_sys.h:
        Added (temporary) KEY_CACHE type
      include/mysqld_error.h:
        New error messages
      mysql-test/r/select_safe.result:
        Updated test results
      mysql-test/r/variables.result:
        Updated test results
      mysys/my_getopt.c:
        Fixed bugs with GET_ASK_ADDR
      sql/Makefile.am:
        Make sql_yacc.o depend on all header files in sql directory
      sql/item_func.cc:
        Added support for variable components
      sql/mysql_priv.h:
        Added support for variable components
      sql/mysqld.cc:
        Added support for multiple key caches
      sql/set_var.cc:
        Added support for multiple key caches
      sql/set_var.h:
        Added support for multiple key caches
      sql/share/czech/errmsg.txt:
        New error messages
      sql/share/danish/errmsg.txt:
        New error messages
      sql/share/dutch/errmsg.txt:
        New error messages
      sql/share/english/errmsg.txt:
        New error messages
      sql/share/estonian/errmsg.txt:
        New error messages
      sql/share/french/errmsg.txt:
        New error messages
      sql/share/german/errmsg.txt:
        New error messages
      sql/share/greek/errmsg.txt:
        New error messages
      sql/share/hungarian/errmsg.txt:
        New error messages
      sql/share/italian/errmsg.txt:
        New error messages
      sql/share/japanese/errmsg.txt:
        New error messages
      sql/share/korean/errmsg.txt:
        New error messages
      sql/share/norwegian-ny/errmsg.txt:
        New error messages
      sql/share/norwegian/errmsg.txt:
        New error messages
      sql/share/polish/errmsg.txt:
        New error messages
      sql/share/portuguese/errmsg.txt:
        New error messages
      sql/share/romanian/errmsg.txt:
        New error messages
      sql/share/russian/errmsg.txt:
        New error messages
      sql/share/serbian/errmsg.txt:
        New error messages
      sql/share/slovak/errmsg.txt:
        New error messages
      sql/share/spanish/errmsg.txt:
        New error messages
      sql/share/swedish/errmsg.txt:
        New error messages
      sql/share/ukrainian/errmsg.txt:
        New error messages
      sql/sql_lex.cc:
        Fixes for quoting of variables.
      sql/sql_parse.cc:
        Fix after changing prototype for get_system_var
      sql/sql_show.cc:
        Fix after introducing variable components
      sql/sql_yacc.yy:
        Support for variables with components (To support multiple key caches)
      e17562b5
  24. 26 Jun, 2003 1 commit
  25. 25 Jun, 2003 1 commit
  26. 06 Jun, 2003 1 commit
    • unknown's avatar
      REVOKE all privileges and delete user(244) · d1a1d24c
      unknown authored
      include/mysqld_error.h:
        Error messages for DROP USER, REVOKE ALL PRIVILEGES, GRANT
      mysql-test/r/grant.result:
        Test for DROP USER, REVOKE ALL PRIVILEGES, GRANT
      mysql-test/t/grant.test:
        Test for DROP USER, REVOKE ALL PRIVILEGES, GRANT
      sql/share/czech/errmsg.txt:
        Error messages for DROP USER, REVOKE ALL PRIVILEGES, GRANT
      sql/share/danish/errmsg.txt:
        Error messages for DROP USER, REVOKE ALL PRIVILEGES, GRANT
      sql/share/dutch/errmsg.txt:
        Error messages for DROP USER, REVOKE ALL PRIVILEGES, GRANT
      sql/share/english/errmsg.txt:
        Error messages for DROP USER, REVOKE ALL PRIVILEGES, GRANT
      sql/share/estonian/errmsg.txt:
        Error messages for DROP USER, REVOKE ALL PRIVILEGES, GRANT
      sql/share/french/errmsg.txt:
        Error messages for DROP USER, REVOKE ALL PRIVILEGES, GRANT
      sql/share/german/errmsg.txt:
        Error messages for DROP USER, REVOKE ALL PRIVILEGES, GRANT
      sql/share/greek/errmsg.txt:
        Error messages for DROP USER, REVOKE ALL PRIVILEGES, GRANT
      sql/share/hungarian/errmsg.txt:
        Error messages for DROP USER, REVOKE ALL PRIVILEGES, GRANT
      sql/share/italian/errmsg.txt:
        Error messages for DROP USER, REVOKE ALL PRIVILEGES, GRANT
      sql/share/japanese/errmsg.txt:
        Error messages for DROP USER, REVOKE ALL PRIVILEGES, GRANT
      sql/share/korean/errmsg.txt:
        Error messages for DROP USER, REVOKE ALL PRIVILEGES, GRANT
      sql/share/norwegian-ny/errmsg.txt:
        Error messages for DROP USER, REVOKE ALL PRIVILEGES, GRANT
      sql/share/norwegian/errmsg.txt:
        Error messages for DROP USER, REVOKE ALL PRIVILEGES, GRANT
      sql/share/polish/errmsg.txt:
        Error messages for DROP USER, REVOKE ALL PRIVILEGES, GRANT
      sql/share/portuguese/errmsg.txt:
        Error messages for DROP USER, REVOKE ALL PRIVILEGES, GRANT
      sql/share/romanian/errmsg.txt:
        Error messages for DROP USER, REVOKE ALL PRIVILEGES, GRANT
      sql/share/russian/errmsg.txt:
        Error messages for DROP USER, REVOKE ALL PRIVILEGES, GRANT
      sql/share/serbian/errmsg.txt:
        Error messages for DROP USER, REVOKE ALL PRIVILEGES, GRANT
      sql/share/slovak/errmsg.txt:
        Error messages for DROP USER, REVOKE ALL PRIVILEGES, GRANT
      sql/share/spanish/errmsg.txt:
        Error messages for DROP USER, REVOKE ALL PRIVILEGES, GRANT
      sql/share/swedish/errmsg.txt:
        Error messages for DROP USER, REVOKE ALL PRIVILEGES, GRANT
      sql/share/ukrainian/errmsg.txt:
        Error messages for DROP USER, REVOKE ALL PRIVILEGES, GRANT
      d1a1d24c
  27. 20 May, 2003 1 commit
  28. 13 May, 2003 1 commit
    • unknown's avatar
      Give warning if MySQL doesn't honor given storage engine · 9f22d166
      unknown authored
      Allow syntax CREATE TABLE t1 (LIKE t2)
      
      
      BUILD/compile-pentium-debug-max:
        Disable isam
      BUILD/compile-pentium-valgrind-max:
        Disable isam
      include/mysqld_error.h:
        New error
      mysql-test/r/bdb.result:
        new error message
      mysql-test/r/innodb.result:
        new error message
      mysql-test/r/subselect.result:
        New test
      mysql-test/r/variables.result:
        New test
      mysql-test/r/warnings.result:
        Test of warning if MySQL creates table with another handler than specified
      mysql-test/t/innodb.test:
        Added test case for derivied tables
      mysql-test/t/subselect.test:
        New test
      mysql-test/t/variables-master.opt:
        Fixed wrong parameter
      mysql-test/t/warnings.test:
        Test if creating handler of not existing table type
      sql/ha_isam.cc:
        Added option --skip-isam
      sql/ha_isam.h:
        Added option --skip-isam
      sql/handler.cc:
        Added option --skip-isam
      sql/item.cc:
        Deleted probably wrong bug fix
      sql/mysqld.cc:
        Added option --skip-isam
      sql/share/czech/errmsg.txt:
        Added missing ','
      sql/share/danish/errmsg.txt:
        Added missing ','
      sql/share/dutch/errmsg.txt:
        Added missing ','
      sql/share/english/errmsg.txt:
        Added missing ','
        changed table handler -> storage engine
      sql/share/estonian/errmsg.txt:
        Added missing ','
      sql/share/french/errmsg.txt:
        Added missing ','
      sql/share/german/errmsg.txt:
        Added missing ','
      sql/share/greek/errmsg.txt:
        Added missing ','
      sql/share/hungarian/errmsg.txt:
        Added missing ','
      sql/share/italian/errmsg.txt:
        Added missing ','
      sql/share/japanese/errmsg.txt:
        Added missing ','
      sql/share/korean/errmsg.txt:
        Added missing ','
      sql/share/norwegian-ny/errmsg.txt:
        Added missing ','
      sql/share/norwegian/errmsg.txt:
        Added missing ','
      sql/share/polish/errmsg.txt:
        Added missing ','
      sql/share/portuguese/errmsg.txt:
        Added missing ','
      sql/share/romanian/errmsg.txt:
        Added missing ','
      sql/share/russian/errmsg.txt:
        Added missing ','
      sql/share/serbian/errmsg.txt:
        Added missing ','
      sql/share/slovak/errmsg.txt:
        Added missing ','
      sql/share/spanish/errmsg.txt:
        Added missing ','
      sql/share/swedish/errmsg.txt:
        Added missing ','
      sql/share/ukrainian/errmsg.txt:
        Added missing ','
      sql/sql_acl.cc:
        Fix bug in access checking of derived tables
      sql/sql_base.cc:
        Indentation change
      sql/sql_parse.cc:
        Fix bug in access checking of derived tables
      sql/sql_select.cc:
        Fixed bug in new sub select optimization
      sql/sql_table.cc:
        Give warning if MySQL doesn't honor given storage engine
      sql/sql_yacc.yy:
        Allow syntax CREATE TABLE t1 (LIKE t2).
      9f22d166
  29. 24 Apr, 2003 1 commit
    • unknown's avatar
      Fixed bug in SET SQL_BIG_SELECTS · cdf3e090
      unknown authored
      mysql-test/r/select_safe.result:
        Updated results
      mysql-test/t/select_safe.test:
        Added test for SQL_BIG_SELECTS
      sql/set_var.cc:
        Fixed bug in SQL_BIG_SELECTS
      sql/share/czech/errmsg.txt:
        Updated error messages
      sql/share/danish/errmsg.txt:
        Updated error messages
      sql/share/dutch/errmsg.txt:
        Updated error messages
      sql/share/english/errmsg.txt:
        Updated error messages
      sql/share/estonian/errmsg.txt:
        Updated error messages
      sql/share/french/errmsg.txt:
        Updated error messages
      sql/share/german/errmsg.txt:
        Updated error messages
      sql/share/greek/errmsg.txt:
        Updated error messages
      sql/share/hungarian/errmsg.txt:
        Updated error messages
      sql/share/italian/errmsg.txt:
        Updated error messages
      sql/share/japanese/errmsg.txt:
        Updated error messages
      sql/share/korean/errmsg.txt:
        Updated error messages
      sql/share/norwegian-ny/errmsg.txt:
        Updated error messages
      sql/share/norwegian/errmsg.txt:
        Updated error messages
      sql/share/portuguese/errmsg.txt:
        Updated error messages
      sql/share/romanian/errmsg.txt:
        Updated error messages
      sql/share/russian/errmsg.txt:
        Updated error messages
      sql/share/slovak/errmsg.txt:
        Updated error messages
      sql/share/spanish/errmsg.txt:
        Updated error messages
      sql/share/swedish/errmsg.txt:
        Updated error messages
      sql/share/ukrainian/errmsg.txt:
        Updated error messages
      cdf3e090
  30. 21 Apr, 2003 1 commit
  31. 17 Apr, 2003 1 commit
    • unknown's avatar
      Check the number of args to SPs. · 4ed94fcd
      unknown authored
      Fixes bug #280.
      
      
      include/mysqld_error.h:
        Check the number of args to SPs.
      mysql-test/r/sp-error.result:
        Check the number of args to SPs.
      mysql-test/t/sp-error.test:
        Check the number of args to SPs.
      sql/share/czech/errmsg.txt:
        Check the number of args to SPs.
      sql/share/danish/errmsg.txt:
        Check the number of args to SPs.
      sql/share/dutch/errmsg.txt:
        Check the number of args to SPs.
      sql/share/english/errmsg.txt:
        Check the number of args to SPs.
      sql/share/estonian/errmsg.txt:
        Check the number of args to SPs.
      sql/share/french/errmsg.txt:
        Check the number of args to SPs.
      sql/share/german/errmsg.txt:
        Check the number of args to SPs.
      sql/share/greek/errmsg.txt:
        Check the number of args to SPs.
      sql/share/hungarian/errmsg.txt:
        Check the number of args to SPs.
      sql/share/italian/errmsg.txt:
        Check the number of args to SPs.
      sql/share/japanese/errmsg.txt:
        Check the number of args to SPs.
      sql/share/korean/errmsg.txt:
        Check the number of args to SPs.
      sql/share/norwegian-ny/errmsg.txt:
        Check the number of args to SPs.
      sql/share/norwegian/errmsg.txt:
        Check the number of args to SPs.
      sql/share/polish/errmsg.txt:
        Check the number of args to SPs.
      sql/share/portuguese/errmsg.txt:
        Check the number of args to SPs.
      sql/share/romanian/errmsg.txt:
        Check the number of args to SPs.
      sql/share/russian/errmsg.txt:
        Check the number of args to SPs.
      sql/share/serbian/errmsg.txt:
        Check the number of args to SPs.
      sql/share/slovak/errmsg.txt:
        Check the number of args to SPs.
      sql/share/spanish/errmsg.txt:
        Check the number of args to SPs.
      sql/share/swedish/errmsg.txt:
        Check the number of args to SPs.
      sql/share/ukrainian/errmsg.txt:
        Check the number of args to SPs.
      sql/sp_head.cc:
        Check the number of args to SPs.
      4ed94fcd
  32. 10 Apr, 2003 1 commit
    • unknown's avatar
      added compress/uncompress function · 75bdeb1b
      unknown authored
      sql/mysql_priv.h:
        added have_compress variable
      sql/mysqld.cc:
        added have_compress variable
      sql/set_var.cc:
        added have_compress variable
      75bdeb1b
  33. 04 Apr, 2003 1 commit
    • unknown's avatar
      Added missing error message (was only added in english/). · f3f0fb58
      unknown authored
      Removed extraneous error message from german/errmsg.txt.
      
      
      sql/share/czech/errmsg.txt:
        Added missing error message (was only added in english/).
      sql/share/danish/errmsg.txt:
        Added missing error message (was only added in english/).
      sql/share/dutch/errmsg.txt:
        Added missing error message (was only added in english/).
      sql/share/estonian/errmsg.txt:
        Added missing error message (was only added in english/).
      sql/share/french/errmsg.txt:
        Added missing error message (was only added in english/).
      sql/share/german/errmsg.txt:
        Added missing error message (was only added in english/).
        Removed extraneous error message.
      sql/share/greek/errmsg.txt:
        Added missing error message (was only added in english/).
      sql/share/hungarian/errmsg.txt:
        Added missing error message (was only added in english/).
      sql/share/italian/errmsg.txt:
        Added missing error message (was only added in english/).
      sql/share/japanese/errmsg.txt:
        Added missing error message (was only added in english/).
      sql/share/korean/errmsg.txt:
        Added missing error message (was only added in english/).
      sql/share/norwegian-ny/errmsg.txt:
        Added missing error message (was only added in english/).
      sql/share/norwegian/errmsg.txt:
        Added missing error message (was only added in english/).
      sql/share/polish/errmsg.txt:
        Added missing error message (was only added in english/).
      sql/share/portuguese/errmsg.txt:
        Added missing error message (was only added in english/).
      sql/share/romanian/errmsg.txt:
        Added missing error message (was only added in english/).
      sql/share/russian/errmsg.txt:
        Added missing error message (was only added in english/).
      sql/share/serbian/errmsg.txt:
        Added missing error message (was only added in english/).
      sql/share/slovak/errmsg.txt:
        Added missing error message (was only added in english/).
      sql/share/spanish/errmsg.txt:
        Added missing error message (was only added in english/).
      sql/share/swedish/errmsg.txt:
        Added missing error message (was only added in english/).
      sql/share/ukrainian/errmsg.txt:
        Added missing error message (was only added in english/).
      f3f0fb58
  34. 01 Apr, 2003 1 commit
    • unknown's avatar
      Deprecated the update log (Sprint task #792). Now --log-update · 590d769e
      unknown authored
      just turns on --log-bin and prints a warning. SQL_LOG_UPDATE
      is handled in two ways (see mysqld.cc for comments).
      
      
      include/mysqld_error.h:
        deprecated update log
      sql/log.cc:
        deprecated update log
      sql/mysqld.cc:
        deprecated update log
      sql/set_var.cc:
        deprecated update log
      sql/share/czech/errmsg.txt:
        deprecated update log
      sql/share/danish/errmsg.txt:
        deprecated update log
      sql/share/dutch/errmsg.txt:
        deprecated update log
      sql/share/english/errmsg.txt:
        deprecated update log
      sql/share/estonian/errmsg.txt:
        deprecated update log
      sql/share/french/errmsg.txt:
        deprecated update log
      sql/share/german/errmsg.txt:
        deprecated update log
      sql/share/greek/errmsg.txt:
        deprecated update log
      sql/share/hungarian/errmsg.txt:
        deprecated update log
      sql/share/italian/errmsg.txt:
        deprecated update log
      sql/share/japanese/errmsg.txt:
        deprecated update log
      sql/share/korean/errmsg.txt:
        deprecated update log
      sql/share/norwegian-ny/errmsg.txt:
        deprecated update log
      sql/share/norwegian/errmsg.txt:
        deprecated update log
      sql/share/polish/errmsg.txt:
        deprecated update log
      sql/share/portuguese/errmsg.txt:
        deprecated update log
      sql/share/romanian/errmsg.txt:
        deprecated update log
      sql/share/russian/errmsg.txt:
        deprecated update log
      sql/share/serbian/errmsg.txt:
        deprecated update log
      sql/share/slovak/errmsg.txt:
        deprecated update log
      sql/share/spanish/errmsg.txt:
        deprecated update log
      sql/share/swedish/errmsg.txt:
        deprecated update log
      sql/share/ukrainian/errmsg.txt:
        deprecated update log
      sql/sql_acl.cc:
        deprecated update log
      sql/sql_db.cc:
        deprecated update log
      sql/sql_delete.cc:
        deprecated update log
      sql/sql_insert.cc:
        deprecated update log
      sql/sql_load.cc:
        deprecated update log
      sql/sql_parse.cc:
        deprecated update log
      sql/sql_rename.cc:
        deprecated update log
      sql/sql_table.cc:
        deprecated update log
      sql/sql_update.cc:
        deprecated update log
      590d769e
  35. 31 Mar, 2003 1 commit
    • unknown's avatar
      SCRUM · 3814f2a8
      unknown authored
      two KILL commands implementation (version 2)
      
      
      include/mysqld_error.h:
        Error message about query interruption added
      myisam/mi_check.c:
        killed_ptr now retutns only value - not pointer
      myisam/myisamchk.c:
        killed_ptr returns value now
      myisam/myisamdef.h:
        killed_ptr returns value now
      myisam/sort.c:
        killed_ptr returns value now
      sql/filesort.cc:
        THD::killed now has enum type
      sql/ha_berkeley.cc:
        THD::killed has enum type
      sql/ha_myisam.cc:
        killed_ptr returns value now
      sql/lock.cc:
        two different errors possible here now
      sql/log_event.cc:
        two ways of killing possible here now
      sql/mysqld.cc:
        THD::killed has enum type now
      sql/records.cc:
        two errors are possible here now
      sql/share/czech/errmsg.txt:
        new error message
      sql/share/danish/errmsg.txt:
        new error message
      sql/share/dutch/errmsg.txt:
        new error message
      sql/share/english/errmsg.txt:
        new error message
      sql/share/estonian/errmsg.txt:
        new error message
      sql/share/french/errmsg.txt:
        new error message
      sql/share/german/errmsg.txt:
        new error message
      sql/share/greek/errmsg.txt:
        new error message
      sql/share/hungarian/errmsg.txt:
        new error message
      sql/share/italian/errmsg.txt:
        new error message
      sql/share/japanese/errmsg.txt:
        new error message
      sql/share/korean/errmsg.txt:
        new error message
      sql/share/norwegian-ny/errmsg.txt:
        new error message
      sql/share/norwegian/errmsg.txt:
        new error message
      sql/share/polish/errmsg.txt:
        new error message
      sql/share/portuguese/errmsg.txt:
        new error message
      sql/share/romanian/errmsg.txt:
        new error message
      sql/share/russian/errmsg.txt:
        new error message
      sql/share/serbian/errmsg.txt:
        new error message
      sql/share/slovak/errmsg.txt:
        new error message
      sql/share/spanish/errmsg.txt:
        new error message
      sql/share/swedish/errmsg.txt:
        new error message
      sql/share/ukrainian/errmsg.txt:
        new error message
      sql/slave.cc:
        two errors are possible here now
      sql/sql_base.cc:
        THD::killed has enum type now
      sql/sql_cache.cc:
        THD::killed has enum type now
      sql/sql_class.cc:
        THD::awake implementation changed to handle KILL_QUERY
      sql/sql_class.h:
        class THD changed to handle KILL_QUERY
      sql/sql_delete.cc:
        two errors are possible here now
      sql/sql_insert.cc:
        THD::killed has enum type now
      sql/sql_load.cc:
        two errors are possible here now
      sql/sql_parse.cc:
        kill_one_thread function changed to handle KILL_QUERY
      sql/sql_prepare.cc:
        two errors are possible here now
      sql/sql_repl.cc:
        the parameter to awake is of THD::killed_state type now
      sql/sql_repl.h:
        awake parameter changed
      sql/sql_select.cc:
        two errors are possible here now
      sql/sql_show.cc:
        notification adopted to changes in class THD
      sql/sql_table.cc:
        two errors are possible here now
      sql/sql_update.cc:
        two errors are possible here now
      3814f2a8
  36. 05 Mar, 2003 1 commit
    • unknown's avatar
      Improved error handling regarding SPs (with info like names etc in the output). · f74b36a2
      unknown authored
      Disabled queries in FUNCTIONs.
      
      
      include/mysqld_error.h:
        New error message for queries in FUNCTIONs.
      mysql-test/t/sp.test:
        Moved error tests to sp-error.test.
      sql/share/czech/errmsg.txt:
        New error message for queries in FUNCTIONs.
        Improved most of the SP error messages with added info.
      sql/share/danish/errmsg.txt:
        New error message for queries in FUNCTIONs.
        Improved most of the SP error messages with added info.
      sql/share/dutch/errmsg.txt:
        New error message for queries in FUNCTIONs.
        Improved most of the SP error messages with added info.
      sql/share/english/errmsg.txt:
        New error message for queries in FUNCTIONs.
        Improved most of the SP error messages with added info.
      sql/share/estonian/errmsg.txt:
        New error message for queries in FUNCTIONs.
        Improved most of the SP error messages with added info.
      sql/share/french/errmsg.txt:
        New error message for queries in FUNCTIONs.
        Improved most of the SP error messages with added info.
      sql/share/german/errmsg.txt:
        New error message for queries in FUNCTIONs.
        Improved most of the SP error messages with added info.
      sql/share/greek/errmsg.txt:
        New error message for queries in FUNCTIONs.
        Improved most of the SP error messages with added info.
      sql/share/hungarian/errmsg.txt:
        New error message for queries in FUNCTIONs.
        Improved most of the SP error messages with added info.
      sql/share/italian/errmsg.txt:
        New error message for queries in FUNCTIONs.
        Improved most of the SP error messages with added info.
      sql/share/japanese/errmsg.txt:
        New error message for queries in FUNCTIONs.
        Improved most of the SP error messages with added info.
      sql/share/korean/errmsg.txt:
        New error message for queries in FUNCTIONs.
        Improved most of the SP error messages with added info.
      sql/share/norwegian-ny/errmsg.txt:
        New error message for queries in FUNCTIONs.
        Improved most of the SP error messages with added info.
      sql/share/norwegian/errmsg.txt:
        New error message for queries in FUNCTIONs.
        Improved most of the SP error messages with added info.
      sql/share/polish/errmsg.txt:
        New error message for queries in FUNCTIONs.
        Improved most of the SP error messages with added info.
      sql/share/portuguese/errmsg.txt:
        New error message for queries in FUNCTIONs.
        Improved most of the SP error messages with added info.
      sql/share/romanian/errmsg.txt:
        New error message for queries in FUNCTIONs.
        Improved most of the SP error messages with added info.
      sql/share/russian/errmsg.txt:
        New error message for queries in FUNCTIONs.
        Improved most of the SP error messages with added info.
      sql/share/serbian/errmsg.txt:
        New error message for queries in FUNCTIONs.
        Improved most of the SP error messages with added info.
      sql/share/slovak/errmsg.txt:
        New error message for queries in FUNCTIONs.
        Improved most of the SP error messages with added info.
      sql/share/spanish/errmsg.txt:
        New error message for queries in FUNCTIONs.
        Improved most of the SP error messages with added info.
      sql/share/swedish/errmsg.txt:
        New error message for queries in FUNCTIONs.
        Improved most of the SP error messages with added info.
      sql/share/ukrainian/errmsg.txt:
        New error message for queries in FUNCTIONs.
        Improved most of the SP error messages with added info.
      sql/sp_head.cc:
        Added debug output to sp_instr_jump::execute(). (Moved from sp_head.h)
      sql/sp_head.h:
        Moved sp_instr_jump::execute() to sp_head.cc.
      sql/sql_lex.h:
        Added SQLCOM_CREATE_SPFUNCTION (for improved error handling).
      sql/sql_parse.cc:
        Improved error handling regarding SPs (adding info like names etc in output).
      sql/sql_yacc.yy:
        Improved error handling regarding SPs (adding info like names etc in output).
        Disabled queries in FUNCTIONS (since it can't work anyway).
      f74b36a2
  37. 03 Mar, 2003 1 commit
    • unknown's avatar
      Do not give an error when the user does START SLAVE on an already · a4982223
      unknown authored
      running slave, just give a warning. Same thing for STOP SLAVE.
      This will make scripts writing easier for users.
      
      
      include/mysqld_error.h:
        New error codes (warning codes in fact) to warn that the slave was already started or stopped
      mysql-test/include/master-slave.inc:
        STOP SLAVE now prints a warning, not an error, so we should expect a warning here
      sql/share/czech/errmsg.txt:
        New messages to warn that the slave was already started or stopped
      sql/share/danish/errmsg.txt:
        New messages to warn that the slave was already started or stopped
      sql/share/dutch/errmsg.txt:
        New messages to warn that the slave was already started or stopped
      sql/share/english/errmsg.txt:
        New messages to warn that the slave was already started or stopped
      sql/share/estonian/errmsg.txt:
        New messages to warn that the slave was already started or stopped
      sql/share/french/errmsg.txt:
        New messages to warn that the slave was already started or stopped
      sql/share/german/errmsg.txt:
        New messages to warn that the slave was already started or stopped
      sql/share/greek/errmsg.txt:
        New messages to warn that the slave was already started or stopped
      sql/share/hungarian/errmsg.txt:
        New messages to warn that the slave was already started or stopped
      sql/share/italian/errmsg.txt:
        New messages to warn that the slave was already started or stopped
      sql/share/japanese/errmsg.txt:
        New messages to warn that the slave was already started or stopped
      sql/share/korean/errmsg.txt:
        New messages to warn that the slave was already started or stopped
      sql/share/norwegian-ny/errmsg.txt:
        New messages to warn that the slave was already started or stopped
      sql/share/norwegian/errmsg.txt:
        New messages to warn that the slave was already started or stopped
      sql/share/polish/errmsg.txt:
        New messages to warn that the slave was already started or stopped
      sql/share/portuguese/errmsg.txt:
        New messages to warn that the slave was already started or stopped
      sql/share/romanian/errmsg.txt:
        New messages to warn that the slave was already started or stopped
      sql/share/russian/errmsg.txt:
        New messages to warn that the slave was already started or stopped
      sql/share/serbian/errmsg.txt:
        New messages to warn that the slave was already started or stopped
      sql/share/slovak/errmsg.txt:
        New messages to warn that the slave was already started or stopped
      sql/share/spanish/errmsg.txt:
        New messages to warn that the slave was already started or stopped
      sql/share/swedish/errmsg.txt:
        New messages to warn that the slave was already started or stopped
      sql/share/ukrainian/errmsg.txt:
        New messages to warn that the slave was already started or stopped
      sql/sql_repl.cc:
        Do not give an error when the user does START SLAVE on an already
        running slave, just give a warning. Same thing for STOP SLAVE.
      a4982223