| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
Bug #5492
"set @@session.read_rnd_buffer_size=33554432" crashes server on query
1. added warning comments for uint3korr (need one more byte allocated)
2. unsigned long in uint3korr was replaced by unsigned int to
avoid problems on 64-bits platforms
3. shorten warning comments in init_rr_cache in sql/records.cc
|
|\
| |
| |
| | |
into eagle.mysql.r18.ru:/home/vva/work/BUG_5492/mysql-4.0
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
crashes server on query
incremented size of allocated buffer in the init_rr_cache(sql/records.cc)
(
We are going to read the last three bytes of the buffer via uint3korr
This macro reads actually 4 bytes (for speed)
So, we have to allocate one more byte at the end of the buffer
to avoid memory assertion fault
)
|
|\ \
| | |
| | |
| | | |
into ltantony.rdg.cyberkinetica.homeunix.net:/usr/home/antony/work/bug4118
|
| |\ \
| | | |
| | | |
| | | |
| | | |
| | | | |
ltantony.rdg.cyberkinetica.homeunix.net:/usr/home/staff/repositories/mysql-4.0
into ltantony.rdg.cyberkinetica.homeunix.net:/usr/home/antony/work/bug4118
|
| | | |
| | | |
| | | |
| | | | |
Ensures that WRITE lock is not obtained on all tables referenced.
|
|\ \ \ \
| |/ / /
|/| | |
| | | | |
into build.mysql.com:/users/rburnett/mysql-4.0
|
| | | |
| | | |
| | | |
| | | |
| | | | |
sql_show.cc:
Made change suggested by Serge. REmoved else in mysql_find_files so symlink files fall through to the wildcard check
|
| | | |
| | | |
| | | |
| | | |
| | | | |
sql_show.cc:
Added wild card check to symdir block in mysql_find_files
|
|\ \ \ \
| | | | |
| | | | |
| | | | | |
into mysql.com:/home/dlenev/src/mysql-4.0-bg4131-3
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
using GROUP BY"
Now we are setting Field_timestamp::field_length to 19 in open_table()
if we are in new mode (and we are restoring it back when we are coming
back to normal mode). This also should solve potential problems with
some of LOAD DATA INFILE and SELECT * INTO in this mode.
|
| | | | |
| | | | |
| | | | |
| | | | | |
(part of BUG#5379)
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
old options for include path and library settings still
work for backwards compatibility
(fix for BUG #5494)
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
we force the message to the error log, and we make it more informative;
we treat EDQUOT like ENOSPC.
|
|\ \ \ \ \
| |_|/ / /
|/| | | |
| | | | | |
into mysql.com:/home/mysql_src/mysql-4.0
|
| | | | |
| | | | |
| | | | |
| | | | | |
in net_printf(), we fill net->last_* variables for the slave SQL thread to know the error.
|
| | | | |
| | | | |
| | | | |
| | | | | |
Added #ifdef around is_set in os_aio_print
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
into ltantony.rdg.cyberkinetica.homeunix.net:/usr/home/antony/work/bug5655
|
| | |_|/ /
| |/| | |
| | | | |
| | | | | |
Fix initialization
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
into mysql.com:/mnt/tmp/mysql-4.0-bug-myisampack
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* myisampack leaves key_file_length value from original table
* myisamchk uses this value when calculating key file pointer length
|
| |/ / / /
|/| | | |
| | | | |
| | | | |
| | | | | |
other actions, as otherwise timestamps of "config.h.in" will
cause re-run on compilation machine (fatal version problem!).
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
into gw.mysql.r18.ru:/usr/home/ram/work/4.0.b5415
|
| | | | | | |
|
|/ / / / /
| | | | |
| | | | |
| | | | | |
how to resolve stack trace documentation.
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
into mysql.com:/home/mydev/mysql-4.0-bug2831
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Changed the semantics of open_count so that it is decremented
at every unlock (if it was incremented due to data changes).
So it indicates a crash, if it is non-zero after a lock.
The table will then be repaired.
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
We don't want the update to abort when IGNORE is specified
|
| |/ / / /
|/| | | |
| | | | |
| | | | | |
Fix bug #5180: having a column prefix index in the primary key, and the same column fully in a secondary key could cause an assertion failure in row_build_row_ref()
|
| | | | | |
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
into gw.mysql.r18.ru:/usr/home/ram/work/4.0.b5498
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
into deer.(none):/home/hf/work/mysql-4.0.4809
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Correct the comment on the 'waiting' field in sync_cell_struct
|
| |/ / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Improve the comment on stored_select_lock_type
ha_innodb.cc:
Let InnoDB remember select_lock_type inside LOCK TABLES, also over plain consistent read SELECTs; fix Bug #5538 : assertion failure when using mysqldump with the -l option; in MERGING this patch to 4.1, there may be PROBLEMS; that is because previous patch was never merged to 4.1; Heikki Tuuri has to polish the code in 4.1 after this patch has been merged.
|
|/ / / / / |
|
| | | | |
| | | | |
| | | | |
| | | | | |
Add more precise diagnostics about the state of the I/O threads of InnoDB; print in SHOW INNODB STATUS if the event wait semaphore of each I/O thread is set
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
into hundin.mysql.fi:/home/marko/k/mysql-4.0
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Updated to 4.0.22
|
| |\ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
into mysql.com:/M40/mysql-4.0
|
| | |/ / / /
| | | | | |
| | | | | |
| | | | | | |
from generating a non-working top level 'libtool'.
|
| |\ \ \ \ \
| | |/ / / /
| |/| | | |
| | | | | | |
into mysql.com:/space/my/mysql-4.0
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
autom4te.cache directory and update the headers of the message files.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Fixed typo
|
|\ \ \ \ \ \
| |/ / / / /
| | | | | |
| | | | | | |
into hundin.mysql.fi:/home/marko/k/mysql-4.0
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Note, there is no need to propagate this change into 4.1.
|
| |\ \ \ \ \
| | |/ / / /
| | | | | |
| | | | | | |
into gw.mysql.r18.ru:/usr/home/ram/work/4.0.b3120
|
| | |\ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
into brian-akers-computer.local:/Users/brian/mysql/mysql-4.0
|