| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| | |
into ice.snake.net:/Users/paul/mysql-4.1
|
| |
| |
| |
| |
| | |
Portability fixes
After merge fixes
|
| |\ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
handling
The right way to fix this is to change the Field::store(longlong) method to be
Field::store(longlong, bool unsigned_flag), but this is better to do in 4.1 than in 4.0
|
| |\ \
| | |/
| | |
| | |
| | | |
Fix for storing negative values in decimal fields
Fix for FLUSH TABLE with HANDLER
|
| | | |
|
| | |\
| | | |
| | | |
| | | | |
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
|
| | | |\
| | | | |
| | | | |
| | | | | |
into mysql.com:/home/mysql_src/mysql-4.0
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
"CHANGE MASTER makes SQL thread restart from coordinates of I/O thread".
So, in CHANGE MASTER:
when it seems reasonable that the user did not want to discontinue
its replication (i.e. when he is not specifying host or port or master_log_file
or master_log_pos; this will be documented), set the coordinates of the
I/O thread to those of the SQL thread. This way, the SQL thread will see
no discontinuity in the relay log (i.e. will skip no events), because
the I/O thread will fill the brand new relay log with the events which
are just after the position where the SQL thread had stopped
(before CHANGE MASTER was issued).
And a new test for this bug.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
mysql-test suite)
more user variable tests
|
| | | | | |
|
| |\ \ \ \
| | | | | |
| | | | | |
| | | | | | |
into mysql.com:/my/mysql-4.1
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Fixed compiler warnings (IRIX C compiler and VC++)
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
for SHOW SLAVE STATUS.
|
|/ / / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
(Initial caps for each word.) For example, instead of writing
Until_condition, Until_Log_File, and Until_log_pos, write
Until_Condition, Until_Log_File, and Until_Log_pos.
|
|\ \ \ \ \
| |/ / / /
|/| | | |
| | | | | |
into sanja.is.com.ua:/home/bell/mysql/bk/work-4.1
|
| | | | | |
|
|\ \ \ \ \
| |/ / / /
|/| | | |
| | | | | |
into mashka.mysql.fi:/home/my/mysql-4.1
|
| | | | |
| | | | |
| | | | |
| | | | | |
Add missing file to VC++ project
|
|/ / / / |
|
|\ \ \ \
| | | | |
| | | | |
| | | | | |
into mashka.mysql.fi:/home/my/mysql-4.1
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Changed ~Item_func_in() to call cleanup() (to fix memory leak)
Fixed test_multi_statements() test in client_test
|
| | | | |
| | | | |
| | | | |
| | | | | |
There were errors in cp850: in unicode, ctype and sort arrays
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
into sanja.is.com.ua:/home/bell/mysql/bk/work-used_tables-4.1
|
| |\ \ \ \ \
| | |/ / / /
| | | | | |
| | | | | | |
into sanja.is.com.ua:/home/bell/mysql/bk/work-delete-4.1
|
| |\ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
into sanja.is.com.ua:/home/bell/mysql/bk/work-delete-4.1
|
| | | | | | | |
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| | |_|/ / / /
| |/| | | | |
| | | | | | | |
into sanja.is.com.ua:/home/bell/mysql/bk/work-used_tables-4.1
|
| |\ \ \ \ \ \
| | |/ / / / /
| |/| | | / /
| | | |_|/ /
| | |/| | | |
|
| | |\ \ \ \
| | | |_|/ /
| | |/| | | |
|
| | | | | | |
|
| | | |\ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
into mysql.com:/home/mysql_src/mysql-3.23
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
The 4.0 changeset was:
ChangeSet@1.1579.3.1, 2003-09-26 23:43:22+02:00, guilhem@mysql.com
Fix for 64-bit machines.
I am almost sure this is the cause for
BUG#1381 [Opn]: Bug in replication on HP-UX 64 bit binaries?
BUG#1256 [CRp]: Replication slave fails to connect to master in 64-bit version
(Solaris)
The reason why I think it's wrong is that the normal client code has
uint32 ip_addr.
(of course on 32-bit machines it does not matter, but on 64-bit it does).
|
| | | |\ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | | |
into mishka.mysql.fi:/home/my/mysql-3.23
|
| | | | |/ / / |
|
| | | |/ / / |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
DO NOT COPY THIS CODE TO 4.0. The bugfix is better in 4.0,
but here in 3.23 we don't want to add a new error code so
we just use ER_EMPTY_QUERY. Bug was:
"If a query was ignored on the slave (because of
@code{replicate-ignore-table} and other similar rules), the slave
still checked if the query got the same error code (0, no error) as on
the master. So if the master had an error on the query (for example,
``Duplicate entry'' in a multiple-row insert), then the slave stopped
and warned that the error codes didn't match. (Bug #797)"
|
| | | | | | |
|
|\ \ \ \ \ \
| |/ / / / /
|/| | | | |
| | | | | | |
into sanja.is.com.ua:/home/bell/mysql/bk/work-used_tables-4.1
|
| | |_|/ /
| |/| | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
into mashka.mysql.fi:/home/my/mysql-4.1
|
| | | | | | |
|
| | | | | | |
|
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
New multi-key-cache handling. This was needed becasue the old one didn't work reliable with MERGE tables.
ALTER TABLE table_name ... CHARACTER SET ... now changes all char/varchar/text columns to the given character set
(One must use ALTER TABLE ... DEFAULT CHARACTER SET ... to change the default character set)
Fixed that have_compress is detected properly (fixes problems with func_compress.test on platforms without zlib)
New syntax for CACHE INDEX ('keys' is optional if no index name is given and one mentions the key cache name only ones)
Removed compiler warnings
Added mysql_set_server_option() to allow clients like PHP to easaily set/reset the multi-statement flag.
|
| | | | | | |
|
|\ \ \ \ \ \
| | |/ / / /
| |/| | | |
| | | | | | |
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
|
| |\ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
into gluh.mysql.r18.ru:/home/gluh/mysql-4.1.lastday
|