mariadb/sql/share
unknown 04c6b9b8d8 WL#962: Added simple, read-only, non-scrolling, asensitive cursors in SPs, using the
(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).
2003-10-10 16:57:21 +02:00
..
charsets Adding Gerogian GEOSTD8 character set 2003-08-18 17:27:09 +05:00
czech WL#962: Added simple, read-only, non-scrolling, asensitive cursors in SPs, using the 2003-10-10 16:57:21 +02:00
danish WL#962: Added simple, read-only, non-scrolling, asensitive cursors in SPs, using the 2003-10-10 16:57:21 +02:00
dutch WL#962: Added simple, read-only, non-scrolling, asensitive cursors in SPs, using the 2003-10-10 16:57:21 +02:00
english WL#962: Added simple, read-only, non-scrolling, asensitive cursors in SPs, using the 2003-10-10 16:57:21 +02:00
estonian WL#962: Added simple, read-only, non-scrolling, asensitive cursors in SPs, using the 2003-10-10 16:57:21 +02:00
french WL#962: Added simple, read-only, non-scrolling, asensitive cursors in SPs, using the 2003-10-10 16:57:21 +02:00
german WL#962: Added simple, read-only, non-scrolling, asensitive cursors in SPs, using the 2003-10-10 16:57:21 +02:00
greek WL#962: Added simple, read-only, non-scrolling, asensitive cursors in SPs, using the 2003-10-10 16:57:21 +02:00
hungarian WL#962: Added simple, read-only, non-scrolling, asensitive cursors in SPs, using the 2003-10-10 16:57:21 +02:00
italian WL#962: Added simple, read-only, non-scrolling, asensitive cursors in SPs, using the 2003-10-10 16:57:21 +02:00
japanese WL#962: Added simple, read-only, non-scrolling, asensitive cursors in SPs, using the 2003-10-10 16:57:21 +02:00
korean WL#962: Added simple, read-only, non-scrolling, asensitive cursors in SPs, using the 2003-10-10 16:57:21 +02:00
norwegian WL#962: Added simple, read-only, non-scrolling, asensitive cursors in SPs, using the 2003-10-10 16:57:21 +02:00
norwegian-ny WL#962: Added simple, read-only, non-scrolling, asensitive cursors in SPs, using the 2003-10-10 16:57:21 +02:00
polish WL#962: Added simple, read-only, non-scrolling, asensitive cursors in SPs, using the 2003-10-10 16:57:21 +02:00
portuguese WL#962: Added simple, read-only, non-scrolling, asensitive cursors in SPs, using the 2003-10-10 16:57:21 +02:00
romanian WL#962: Added simple, read-only, non-scrolling, asensitive cursors in SPs, using the 2003-10-10 16:57:21 +02:00
russian WL#962: Added simple, read-only, non-scrolling, asensitive cursors in SPs, using the 2003-10-10 16:57:21 +02:00
serbian WL#962: Added simple, read-only, non-scrolling, asensitive cursors in SPs, using the 2003-10-10 16:57:21 +02:00
slovak WL#962: Added simple, read-only, non-scrolling, asensitive cursors in SPs, using the 2003-10-10 16:57:21 +02:00
spanish WL#962: Added simple, read-only, non-scrolling, asensitive cursors in SPs, using the 2003-10-10 16:57:21 +02:00
swedish WL#962: Added simple, read-only, non-scrolling, asensitive cursors in SPs, using the 2003-10-10 16:57:21 +02:00
ukrainian WL#962: Added simple, read-only, non-scrolling, asensitive cursors in SPs, using the 2003-10-10 16:57:21 +02:00
.cvsignore Import changeset 2000-07-31 21:29:14 +02:00
Makefile.am Charset number is now stored into error.sys by comp_err and loaded by mysqld. 2003-09-17 16:22:58 +05:00