| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
- the preferred mailing list is internals@ not dev-public@
(this is a public document)
- Rather use the 4.1 tree for new development (4.0 is frozen)
|
|
|
|
| |
ANALYZE TABLE)
|
|\ |
|
| | |
|
| | |
|
| | |
|
| | |
|
|\ \
| |/ |
|
| | |
|
| |
| |
| |
| | |
- "make distcheck" needs to be fixed
|
| | |
|
| | |
|
|\ \
| | |
| | |
| | | |
into mysql.com:/space/my/mysql-4.0-build
|
| | |
| | |
| | |
| | |
| | | |
- bumped up version number in configure.in
- fixed a typo in test-create.sh
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| | |
Add support for LIMIT # OFFSET #
Changed lock handling: Now all locks should be stored in TABLE_LIST instead of passed to functions.
Don't call query_cache_invalidate() twice in some cases
mysql_change_user() now clears states to be equal to close + connect.
Fixed a bug with multi-table-update and multi-table-delete when used with LOCK TABLES
Fixed a bug with replicate-do and UPDATE
|
|\ \
| |/ |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
Added bug fix from 3.23 for AIX 4.3.3 and gcc 3.x
Small change in EXCHANGE output
Propagate open-files-limit from mysqld_safe -> mysqld
Fixed speed bug in GROUP BY
Added quotes around database name in CREATE DATABASE db_name (for binary log)
|
|\ \
| |/ |
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
Fixed configure problems with HPUX and openbsd
SHOW SLAVE STATUS returns empty set if slave is not initialized
SHOW MASTER STATUS returns empty set if binary logging is not enabled.
Fixed shutdown problem on Solaris.
|
| |
| |
| |
| | |
Don't update MyISAM index file on UPDATE if index is not changed
|
| |
| |
| |
| |
| |
| |
| | |
aligned on 8 byte boundaries (like sparc)
Removed thread marking of safemalloc blocks (becasue of alignment problems)
Temporary fix for bigint comparison.
|
|\ \
| |/
| |
| | |
into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.0
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Made a some new buffers thread specific and changeable.
Resize of key_buffer.
AUTO_COMMIT -> AUTOCOMMIT
Fixed mutex bug in DROP DATABASE
Fixed bug when using auto_increment as second part of a key where first part could include NULL.
Split handler->extra() to extra() and extra_opt() to be able to support thread specific buffers.
Don't write message to error log when slave reconnects becasue of timeout.
Fixed possible update problem when using DELETE/UPDATE on small tables
(In some cases we used index even if table scanning would be better)
A lot of minior code cleanups
|
| | |
|
| |
| |
| |
| |
| | |
(All commit emails since 4.0.1 checked)
This had to be done now, before the 4.1 tree changes to much, to make it easy to propagate bug fixes to the 4.1 tree.
|
| | |
|
|\ \
| |/ |
|
| | |
|
| |
| |
| |
| | |
Hack to get MIT-pthreads to compile with glibc 2.2
|
| |
| |
| |
| |
| | |
how it's named on Mac OS X (thanks to Paul DuBois <paul@snake.net>
for the hint)
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
I did not know I can't do chmod ...
So, it killed some of my changes.
But I am smarter, and as I have first saved my work, before BK ruined
it, so here it comes ...
|
| |
| |
| |
| | |
Added Docs/Support/make-docbook script, to work without makefile.
|
|\ \
| | |
| | |
| | | |
before I can push
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
first pull, merge,test, and get it to work.
The main change is the new replication code - now we have two slave threads
SQL thread and I/O thread. I have also re-written a lot of the code to
prepare for multi-master implementation.
I also documented IO_CACHE quite extensively and to some extend, THD class.
|
| | |
| | |
| | |
| | |
| | |
| | | |
Add ISAM to Windows version
Fix of test results
Fixes for NULL keys in HEAP tables.
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
One more notice:
limiting number of queries per hour for different users has been done
on 4.0.1 , but I can port it to 3.23.*
This will require only certain changes, like number of columns in user
table.
I will also make a test case for it, after it is approved by Monty,
as result file will depend on the error message text.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* multi-table updates
* new paid feature for limiting number of queries per hour for users
* optional syntax for multi-table deletes
* optimization for SQL_CALC_FOUND_ROWS
* a small addition for CREATE .. SELECT that will be of future use
I know that all this will require many additions to documentation,
which I have not done, but I am at Arjen's disposal to help him document
all this.
|
|\ \ \ \
| | | | |
| | | | |
| | | | | |
into mysql.sashanet.com:/reiser-data/mysql-4.0-stable
|
| | | | | |
|
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| | |/ /
| |/| | |
|