| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
fix Field::store(double) being used instead of store(longlong)
NB: overloading functions is evil
|
|
|
|
|
|
|
|
|
|
| |
Added missing DBUG_xxx_RETURN statements
Fixed some usage of not initialized variables (as found by valgrind)
Ensure that we don't remove locked tables used as name locks from open table cache until unlock_table_names() are called.
This was fixed by having drop_locked_name() returning any table used as a name lock so that we can free it in unlock_table_names()
This will allow Tomas to continue with his work to use namelocks to syncronize things.
Note: valgrind still produces a lot of warnings about using not initialized code and shows memory loss errors when running the ndb tests
|
|
|
|
| |
Makes you wonder what I am up to, doesn't?
|
|
|
|
|
|
|
| |
Bad examples of usage of a string with its length fixed.
The incorrect length in the trigger file configuration descriptor
fixed (BUG#14090).
A hook for unknown keys added to the parser to support old .TRG files.
|
| |
|
| |
|
|\
| |
| |
| | |
into ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-5.0-tmp
|
| | |
|
|\ \
| |/
| |
| | |
into a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-5.0
|
| |
| |
| |
| |
| |
| | |
type
Added test case.
|
|\ \
| |/ |
|
| |
| |
| |
| | |
'#pragma interface' (that comes with the #include'd header file)
|
| |
| |
| |
| |
| |
| | |
Ensure that 'null_value' is not accessed before val() is called in FIELD() functions
Fixed initialization of key maps. This fixes some problems with keys when you have more than 64 keys
Fixed that ROLLUP don't always create a temporary table. This fix ensures that func_gconcat.test results are now predictable
|
|\ \
| |/ |
|
| |
| |
| |
| |
| |
| | |
Set #pragma implementation" earlier
Many files:
Need to include <my_global.h> before #ifdef USE_PRAGMA_IMPLEMENTATION
|
|\ \
| |/ |
|
| |
| |
| |
| | |
Added some more ifdefs for "#pragma interface"
|
| |
| |
| |
| | |
(Found during build process)
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Lots of small fixes to multi-precision-math path
Give Note for '123.4e'
Added helper functions type 'val_string_from_real()
Don't give warnings for end space for string2decimal()
Changed storage of values for SP so that we can detect length of argument without strlen()
Changed interface for str2dec() so that we must supple the pointer to the last character in the buffer
|
| | |
|
| | |
|
|\ \
| | |
| | |
| | | |
into patrick-galbraiths-computer.local:/Users/patg/mysql-5.0
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
-New tests and results
logging_ok:
Logging to logging@openlogging.org accepted
ha_federated.h:
removed quote_data and type_quote (now in the Field class)
ha_federated.cc:
moved quote_data and type_quote to field class
field.h:
new methods quote_data and needs_quotes declared
field.cc:
new field class methods quote_data and needs_quotes (per Monty's request)
federated.test:
more tests, joins, index tests
have_federated_db.require:
new name of federated system var
federated.result:
new test results for federated handler
have_federated_db.inc:
changed name of variable in test due to change in vars
sql_analyse.cc:
over-ridden append_escaped to take (String *, char *, uint) per requirements of 'create_where_from_key' method in federated handler.
mysql_priv.h:
define over-ridden append_escaped to take arguments from 'create_where_from_key' method in federated handler
ha_federated.cc:
implemented "create_where_from_key" to deal properly with two-byte prefix and multi keys. Initial testing shows it works, but I still need to move quoting to field class and also look at changes per Segei's suggestions.
|
|\ \ \
| |/ /
|/| /
| |/ |
|
| | |
|
|\ \
| |/ |
|
| | |
|
|\ \
| |/
| |
| | |
into mysql.com:/home/jwinstead2/mysql-5.0-clean
|
| | |
|
|/ |
|
|\ |
|
| |
| |
| |
| | |
FLOAT columns".
|
|\ \
| |/ |
|
| | |
|
| | |
|
| |
| |
| |
| | |
strtod from mit-threads is restored and cleaned up
|
|\ \
| |/ |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
Use 0x.... as strings if 'new' mode. (bug 152)
Don't report -max on windows when InnoDB is enabled. (bug 332)
Reset current_linfo; This could cause a hang when doing PURGE LOGS.
Fix for row numbers in EXPLAIN (bug 322)
Fix that USE_FRM works for all table types (bug 97)
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
causing VC IDE to crash while loading
Remove ctype_latin1_de.c from respective dsp files
Fix to make_win_src_distribution.sh to delete all newly added IS Bitkeeper files
|
| |
| |
| |
| |
| | |
Two separate classes sys_var_client_collation and sys_var_literal_collation have been added
for "literal_collation" and "client_collation" variables.
|
|\ \
| |/ |
|
| |\ |
|
| | |
| | |
| | |
| | | |
Changed that analyse(#) also affects strings
|
| |\ \
| | |/
| | |
| | | |
mysql-test
|
| | | |
|
| | |
| | |
| | |
| | | |
- sql_analyse.cc: Fixed bug in decimal handling
|
| | |
| | |
| | |
| | | |
Unnesessary binary() calls have been removed
|