1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-05 12:42:17 +03:00
Commit Graph

72 Commits

Author SHA1 Message Date
f207b33a7b Support for character set conversion in binary protocol: another go
after Monty's review.
- Item_param was rewritten.
- it turns out that we can't convert string data to character set of
  connection on the fly, because they first should be written to the binary
  log.
  To support efficient conversion we need to rewrite prepared statements
  binlogging code first.
2004-05-25 02:03:49 +04:00
dfd59e296e Merge 4.1 -> 5.0. 2004-04-07 19:07:44 +02:00
8cc8b0ea5c Desperate attempt to push part of prepared statements cleanup which was
reviewed in Saint-Petersbourg (including post-review fixes).
2004-03-02 22:39:50 +03:00
6e717133c5 Merge 4.1 to 5.0 2003-12-01 16:14:40 +01:00
ede8169d24 Added missing SSL library (Should be in source distribution)
Fixed compiler warnings (a lot of hidden variables detected by the Forte compiler)
Added a lot of 'version_xxx' strings to 'show variables'
Prevent copying of TMP_TABLE_PARAM (This caused core dump bug on Solaris)
Fixed problem with printing sub selects to debug log
2003-11-28 12:18:13 +02:00
689bb84f72 WL#962: Added simple, read-only, non-scrolling, asensitive cursors in SPs, using the
(updated) Protocol_cursor class.
Also did some bug fixes.
2003-10-10 16:57:21 +02:00
7dd4cb58d6 SCRUM
prepared statements in embedded library
2003-09-18 12:25:00 +05:00
ddbca4176d SCRUM:
prepared statements in embedded library
2003-09-17 20:48:53 +05:00
36dd82c1d5 merge commit, hope that none of bar and dlenev changes were
lost.
2003-09-03 14:12:10 +04:00
eb6458cb18 After merge fixes + bugs from last merge 2003-08-19 16:00:12 +03:00
09e53b0169 Style fixes, comments for 4.1.1 authorization
Now special 1-byte packet is used for request of old password
Fixed bug with --skip-grant-tables and acl_getroot
2003-07-18 18:25:54 +04:00
b4014b903b new version of help 2003-05-29 17:47:31 -04:00
68a159b1fa New 4.1 protocol; SQLSTATE, CLIENT_MULTI_RESULTS, client character set 2003-05-26 19:01:20 +03:00
ca02714715 SCRUM
Protocol_cursor class and sql-common/ directory
2003-04-23 19:37:33 +05:00
e0caf3f225 New methods to store strings with "convert to" argimument 2003-04-07 13:52:48 +05:00
4532985221 New variable to turn off automatic charset conversion of query results
Some speed improvements
2003-03-21 15:18:52 +04:00
8103c4c537 CONVERT class was removed 2003-03-18 17:01:32 +04:00
caf31a0790 Preparing to client<->server autoconvert 2003-03-17 13:14:04 +04:00
1f6b615677 SCRUM
embedded-related changes
2003-01-20 18:47:25 +04:00
c59bff7c96 SCRUM
embedded library trimming
2003-01-15 12:11:44 +04:00
d8c700891e Merging&testing 2002-12-17 19:33:25 +04:00
d3eb993a27 rename of net_pkg.cc to protocol.cc
Class for sending data from server to client (Protocol)
This handles both the old ( <= 4.0 ) protocol and then new binary protocol that is used for prepared statements.
2002-12-11 09:17:51 +02:00