| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
add sorted_group_by parameter
sql-bench/crash-me.sh:
add sorted_group_by parameter
|
|\
| |
| |
| |
| |
| |
| | |
into mysql.com:/home/walrus/bk/40
|
| |
| |
| |
| |
| |
| |
| |
| | |
correct misprint in the test_update
sql-bench/test-transactions.sh:
correct misprint in the test_update
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
into mysql.com:/home/mysql_src/mysql-4.0
|
| |\ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
into hundin.mysql.fi:/home/heikki/mysql-4.0
sql/log.cc:
Auto merged
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Fix bug number 224: do not call ha_report_binlog_offset_and_commit() when a MyISAM table is updated; this also makes CREATE TABLE not to commit an InnoDB transaction, even when binlogging is enabled
sql/log.cc:
Fix bug number 224: do not call ha_report_binlog_offset_and_commit() when a MyISAM table is updated; this also makes CREATE TABLE not to commit an InnoDB transaction, even when binlogging is enabled
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | | |
yet, better say it and see no traffic on bugs@ and support@.
|
|/ /
| |
| |
| |
| |
| |
| |
| | |
because of writing problems (such message would have been useful during a recent
support task).
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
into hynda.(none):/home/my/bk/mysql-4.0
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
mixed wrongly sometimes.
|
| | |
| | |
| | |
| | |
| | | |
sql/log_event.cc:
Fixed a wrong && test -> &
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
into narttu.mysql.fi:/my/mysql-4.0
|
| |/ / |
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
into narttu.mysql.fi:/my/mysql-4.0
BitKeeper/etc/logging_ok:
auto-union
sql/log_event.cc:
Auto merged
|
| |\ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
into eagle.mysql.r18.ru:/home/vva/work/LOADDATA_BUG/mysql-4.0
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
options
sql/log_event.cc:
fix bug #183 (Replication of temporary tables not working)
|
| | |\ \
| | | |/
| | |/|
| | | |
| | | |
| | | |
| | | | |
into eagle.mysql.r18.ru:/home/vva/work/LOADDATA_BUG/mysql-4.0
|
| | | |\
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
into eagle.mysql.r18.ru:/home/vva/work/LOADDATA_BUG/mysql-4.0
BitKeeper/etc/logging_ok:
auto-union
sql/log_event.cc:
Auto merged
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
BitKeeper/etc/logging_ok:
Logging to logging@openlogging.org accepted
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
mysys/my_vsnprintf.c:
Auto merged
sql/ha_myisam.cc:
Auto merged
sql/log.cc:
Auto merged
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
hammer)
mysys/my_vsnprintf.c:
safety fix
sql/log.cc:
safety fix
|
|\ \ \ \ \ \
| |/ / / / /
| | / / / /
| |/ / / /
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
mysqldump --delete-master-logs
Portability fix for hammer
Memory overrun for MyISAM
LOAD DATA LOCAL replication bug fix.
BitKeeper/etc/logging_ok:
auto-union
sql/log.cc:
Auto merged
client/client_priv.h:
Merge with 3.23
client/mysqldump.c:
Merge with 3.23
myisam/mi_dynrec.c:
Merge with 3.23
mysql-test/t/myisam.test:
Merge with 3.23
sql/log_event.cc:
Merge with 3.23
sql/slave.cc:
Merge with 3.23
sql/sql_delete.cc:
Merge with 3.23
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
sql/log.cc:
Portability fix (for hammer)
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
logged, but read as LOAD DATA INFILE REPLACE"
This was just bad && instead of &, but nasty consequences.
This should be merged to 4.0 BUT it will not be automatic (some code
has moved from log_event.h to log_event.cc, and log_event.cc has changed);
please Merging Man, do 'bk grep REPLACE_FLAG' in 4.0/sql
to find all the new places.
sql/log_event.cc:
& instead of && when testing flags
sql/slave.cc:
& instead of && when testing flags
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
least one BLOB column.
|
| |\ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
into narttu.mysql.fi:/my/mysql-3.23
|
| | | | | | |
|
| |\ \ \ \ \
| | |/ / / /
| |/| | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
into mysql.com:/home/mysql_src/mysql-3.23
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
only do it if the user specifies --delete-master-logs (new option).
Safer + fixes bug #159.
client/client_priv.h:
New option --delete-master-logs for mysqldump
client/mysqldump.c:
New option --delete-master-logs for mysqldump
BitKeeper/etc/logging_ok:
Logging to logging@openlogging.org accepted
|
|\ \ \ \ \ \
| |_|_|/ / /
|/| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
into narttu.mysql.fi:/my/mysql-4.0
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
apply to GRANT and REVOKE too. For example if replicate-wild-ignore-table=mysql.%,
GRANT and REVOKE will not be replicated on the slave.
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
into mysql.com:/home/greg/bk/mysql-4.0
|
| |/ / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
BitKeeper/deleted/.del-mysqld.xdc~1befdfee55e31716:
Delete: netware/mysqld.xdc
BitKeeper/deleted/.del-nwbootstrap~f3bc723dad4ed7e:
Delete: netware/nwbootstrap
BitKeeper/deleted/.del-nwconfigure~86da352b5e031ed9:
Delete: netware/nwconfigure
BitKeeper/deleted/.del-libmysqld.def~6ca0fa0537a3431c:
Delete: netware/libmysqld.def
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
libmysqld/examples/Makefile.am (thanks to Christian Hammers from Debian
for pointing this out)
libmysqld/examples/Makefile.am:
- added missing @WRAPLIBS@ to LIBS
|
|/ / / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
mysql-test/r/func_str.result:
test result for truncating REPLACE result
mysql-test/t/func_str.test:
test with long arguments for REPLACE
sql/item_strfunc.cc:
fix for counting REPLACE result length
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
netware/BUILD/create-patch:
Change mode to -rwxrwxr-x
scripts/make_binary_distribution.sh:
Split BIN_FILES into more generic parts, with no repetition
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
into mysql.com:/home/greg/bk/mysql-4.0
|
| |\ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
into mashka.mysql.fi:/home/my/mysql-4.0
sql/mysqld.cc:
Auto merged
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
sql-bench/limits/mysql.cfg:
Update to new crash me
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Make the default value of innodb_flush_log_at_trx_commit 1, not 0 which compromises the Durability of a transaction
sql/mysqld.cc:
Make the default value of innodb_flush_log_at_trx_commit 1, not 0 which compromises the Durability of a transaction
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
sql/sql_show.cc:
fixed problem of port without host in SHOW PROCESSLIST
|
|\ \ \ \ \ \ \
| |/ / / / / /
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
into mysql.com:/home/greg/bk/mysql-4.0
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
commands for building the sources
- removed duplicate option "--revision"
- added help for new option and reformatted help text a bit
|
| | |_|_|/ /
| |/| | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
add new parameter checks length_of_varchar_field,
add new auxilary functions:
get_recordset
compare_recordset
print_recordset
sql-bench/crash-me.sh:
add new parameter checks length_of_varchar_field,
add new auxilary functions:
get_recordset
compare_recordset
print_recordset
|
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
RESET MASTER, this breaks replication).
In the slave SQL thread, any DROP TEMPORARY TABLE is silently
converted to DROP TEMPORARY TABLE IF EXISTS, not to have irrelevant
"table does not exist". See comments in code or bug #186 for an example
of how irrelevant errors like this can arise.
|
| |\ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
into narttu.mysql.fi:/my/mysql-4.0
mysql-test/r/group_by.result:
Auto merged
mysql-test/t/group_by.test:
Auto merged
|