| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
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.
|
|\ \ \ \ |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
high-byte-first. (Bug #4173)
Fixed problem with NULL and derived tables (Bug #4097)
Cleanup of new pushed code
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
into mysql.com:/home/mysql_src/mysql-4.1-874
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
mysqld >=4.1.3 will however understand shutdown requests sent by clients <4.1.3.
And mysqld <4.1.3 will understand shutdown requests sent by clients >=4.1.3
(it will ignore the level). Those shutdown level are just PLACEHOLDERS now.
So this change is just to make the 4.1 API suitable before it is frozen. Later
we will actually implement the shutdown levels.
|
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Server will however still accept shutdown without specified level; so that old
mysqladmin can still shut server down.
I would like your comments on the names of shutdown level which I chose. You
are welcome to propose better names. Please however check WL#709 before.
Reason for the names I propose is to be accurate, thus leaving possibility
for other levels which we may imagine in the future; that's why I have rejected
names like "fast", "smart", "graceful" so far. My position is that WAIT_ALL_BUFFERS
or WAIT_CRITICAL_BUFFERS say what the shutdown does, whereas for "smart", "fast" you
need to remember what it does.
This should be pushed in 4.1.3 but only after your comments.
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
pops up fixed.
|
|/ / / / |
|
| | | |
| | | |
| | | |
| | | | |
reset mysql->status if there was an error in row reading.
|
| | | |
| | | |
| | | |
| | | |
| | | | |
some reason wasn't included before.
A lot of files cleaned up from #include <assert.h>
|
| | | |
| | | |
| | | |
| | | |
| | | | |
is broken (prepared statements)": fixed date handling in many places
of prepared statements code.
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
Added new windows configuration
|
|\ \ \ \
| |/ / / |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
(it should
produce hex digits in lower case). (fixed version)
Replaced _dig_vec array with two _dig_vec_upper/_dig_vec_lower arrays.
Added extra argument to int2str function which controls case of digits you get.
Replaced lot of invocations of int2str for decimal radix with more optimized int10_to_str()
function.
Removed unused my_itoa/my_ltoa functions.
|
|\ \ \ \
| |/ / / |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
Applied patches for Netware
|
|\ \ \ \
| |/ / / |
|
| | | |
| | | |
| | | |
| | | | |
Update of VC++ project files.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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.
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
to allow binding of userland functions in PHP.
|
|\ \ \ \
| | | | |
| | | | |
| | | | | |
into mysql.com:/home/my/mysql-4.1
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Change strtoll -> my_strtoll10()
Fixed bug in my_strntoul() and my_strntol() where we got different values on 32 and 64 bit systems (Bug #3472)
|
|/ / / / |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Fixed security problem that password was temporarly reset when someone changed GRANT for a user. (Bug #3404)
Fixed problem with PROCEDURE analyse() and impossible WHERE (Bug #2238)
Don't auto-repair tables in mysqlcheck if table type doesn't support 'check' command.
|
| | | |
| | | |
| | | |
| | | | |
STMT_ATTR_UPDATE_MAX_LENGTH) is done.
|
|\ \ \ \ |
|
| | | | |
| | | | |
| | | | |
| | | | | |
Added checking of cut read lines in bootstrap thread (Bug #2874)
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
into mysql.com:/home/kostja/mysql/mysql-4.1-u2
|
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
flag is sent to server with placeholder types.
There were no need to extend the protocol as one additional byte
was reserved for placeholder code, when placeholder code is in range 0-255.
So this byte is now used for flags. Post-review fixes added.
|
|/ / / /
| | | |
| | | |
| | | |
| | | | |
requested by Monty for Bug#1647 (No way to determine what size
blob/clob is being returned into bound buffer)
|