| Commit message (Collapse) | Author | Age | Files | Lines |
|\ |
|
| |\
| | |
| | |
| | | |
into mysql.com:/home/my/mysql-4.0
|
| | |
| | |
| | |
| | |
| | |
| | | |
Rename innodb_table_locks_old_behavior -> innodb_table_locks
Set innodb_table_locks to off by default to get same behaviour as in MySQL 4.0.20
(This means that Innodb ignore table locks by default, which makes it easier to combine MyISAM and InnoDB to simulate a transaction)
|
| |/
| |
| |
| | |
Add note to mysql_hex_string() comment.
|
| |
| |
| |
| | |
New function mysql_hex_string()
|
|\ \
| | |
| | |
| | | |
into mishka.local:/home/my/mysql-4.1
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Simple optimzations and cleanups
Removed compiler warnings and fixed portability issues
Added client functions 'mysql_embedded()' to allow client to check if we are using embedded server
Fixes for purify
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
let's not assume that char is signed (its signedness is not defined).
The server was also affected by the wrong typedef.
|
|/ /
| |
| |
| |
| | |
Fix for Bug#6025 "Test "client_test" fails in 4.1.6-gamma build (2)".
No need for a test case, the bug is covered already.
|
| | |
|
| |
| |
| |
| | |
prepared statements."
|
| |
| |
| |
| | |
Fix typos noticed while poking around in file.
|
|\ \
| | |
| | |
| | | |
into mysql.com:/home/wax/mysql/mysql-4.1group_concat
|
| |\ \
| | | |
| | | |
| | | | |
into mysql.com:/home/wax/mysql/mysql-4.1group_concat
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Statements":
- fix a couple of net->buff overruns in libmysql,
- check in the server that statement parameter count is less than
65535 (maximum value supported by prepared statements protocol).
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
stack)
We just don't expect BIG buffer to be sent for just a double
|
| | | |
| | | |
| | | |
| | | |
| | | | |
parameters": when unpacking binary time recieved from client, handle
the case when length is 0: it means all MYSQL_TIME members are zero.
|
| | | |
| | | |
| | | |
| | | | |
"Mediumint and PS problem": just treat mediumint as long.
|
|\ \ \ \
| | | | |
| | | | |
| | | | | |
into mysql.com:/home/my/mysql-4.1
|
| | | | |
| | | | |
| | | | |
| | | | | |
Fixed bug in end space handle for WHERE text_column="constant"
|
|/ / / / |
|
|\ \ \ \
| | | | |
| | | | |
| | | | | |
into deer.(none):/home/hf/work/mysql-4.1.emb
|
| |/ / / |
|
|\ \ \ \
| |/ / /
|/| | |
| | | | |
into deer.(none):/home/hf/work/mysql-4.1.emb
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
#4700 (Unsigned value returned as signed)
just no appropriate checking
#4701 (Errors returned earlier than expected)
all errors returned from send_command()
#4702 (Result isn't freed properly if there's no retrieval)
flush_use_result has only 'client' version and should
be made 'virtual'
|
|\ \ \ \
| | |_|/
| |/| | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
with MYSQL_READ_DEFAULT":
that was a forgotten '~' probably.
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
EXCEPTIONS file and amended the GPL text as requested by Zak
|
| |_|/
|/| |
| | |
| | |
| | |
| | | |
(specific to 4.1): don't put CLIENT_LOCAL_FILES in
CLIENT_CAPABILITIES; it would make mysql_options(CLIENT_LOCAL_FILES,0)
have no effect.
|
| | |
| | |
| | |
| | | |
you need to check in to find out another couple of typos
|
| | | |
|
| | |
| | |
| | |
| | | |
Can't return value from void function
|
| | | |
|
| |/
|/|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
required autotools macro written and deployed in all apropriate Makefile.ams.
Use cases checked:
- linux, standard location of zlib, no ndb
- linux, standard locatoin of zlib, with ndb
- linux, non-standard location of zlib, no ndb
- hpux11, use of bundled zlib, no ndb
The only non-checked case is non-standard location of zlib (or use of bundled
zlib) + ndb. I wasn't able to check it as ndb/ just won't compile on beasts
like AIX52 or HPUX11, where such a check is possible. It didn't compile
there before as these systems dont't have installed zlib, so nothing got broken ;)
|
| |
| |
| |
| | |
linking with PHP5) (thanks to Georg Richter for the patch)
|
| |
| |
| |
| |
| |
| |
| |
| | |
Symbol spelling change.
errmsg.c:
Client error message edits.
errmsg.h:
Two symbol spelling changes.
|
| | |
|
| | |
|
|\ \
| |/ |
|
| |
| |
| |
| |
| | |
with ALTER TABLE and CREATE/DROP INDEX. (Bug #3109)
Make net_buffer_length visible for mysql clients (Bug #4206)
|
| |\ |
|
| | |\
| | | |
| | | |
| | | | |
into mysql.com:/home/mysql_src/mysql-3.23
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
work (prepared statements)" and after-review fixes:
- str_to_TIME renamed to str_to_datetime to pair with str_to_time
- functions str_to_time and str_to_TIME moved to sql-common
- send_data_str now supports MYSQL_TYPE_TIME, MYSQL_TIME_DATE,
MYSQL_TIME_DATETIME types of user input buffers.
- few more comments in the client library
- a test case added.
|
| | | |
| | | |
| | | |
| | | | |
test suite fixed.
|