summaryrefslogtreecommitdiff
path: root/sql/derror.cc
Commit message (Collapse)AuthorAgeFilesLines
* Merge key cache structures to onemonty@mysql.com2003-11-201-0/+1
| | | | Fixed compiler warnings (IRIX C compiler and VC++)
* Fixed typo in last changesetmonty@narttu.mysql.fi2003-11-041-1/+1
|
* Mergemonty@narttu.mysql.fi2003-11-031-2/+2
|\
| * Simplified 'wrong xxx name' error messages by introducing 'general' ↵monty@narttu.mysql.fi2003-11-031-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ER_WRONG_NAME error Cleaned up (and disabled part of) date/time/datetime format patch. One can't anymore change default read/write date/time/formats. This is becasue the non standard datetime formats can't be compared as strings and MySQL does still a lot of datetime comparisons as strings Changed flag argument to str_to_TIME() and get_date() from bool to uint Removed THD from str_to_xxxx functions and Item class. Fixed core dump when doing --print-defaults Move some common string functions to strfunc.cc Dates as strings are now of type my_charset_bin instead of default_charset() Introduce IDENT_QUOTED to not have to create an extra copy of simple identifiers (all chars < 128) Removed xxx_FORMAT_TYPE enums and replaced them with the old TIMESTAMP_xxx enums Renamed some TIMESTAMP_xxx enums to more appropriate names Use defines instead of integers for date/time/datetime string lengths Added to build system and use the new my_strtoll10() function.
* | Cleanups (comments and compiler warnings)monty@mysql.com2003-11-021-0/+1
|/ | | | dded init of variable to fix core dump on startup errors
* Fix for Windows bug reported throuhg Miguelhf@deer.(none)2003-10-211-6/+7
|
* derror.cc:bar@bar.mysql.r18.ru2003-09-231-1/+1
| | | | Typo fix: redundant "in"
* derror.cc:bar@bar.mysql.r18.ru2003-09-231-2/+2
| | | | Better English message
* Bug 1350 fixbar@bar.mysql.r18.ru2003-09-221-6/+12
|
* Charset number is now stored into error.sys by comp_err and loaded by mysqld.bar@bar.mysql.r18.ru2003-09-171-0/+11
|
* Added macros for nice TIMESPEC usage.monty@hundin.mysql.fi2002-01-021-16/+18
| | | | | | | | Fixes for building MySQL with gcc 3.0 Added SIGNED / UNSIGNED casts Fixed core dump bug in net_clear() with libmysqld. Back to using semaphores in query cache. Added 'Null' and 'Index_type' to SHOW INDEX.
* Update copyrightmonty@hundin.mysql.fi2001-12-061-3/+3
| | | | Fixed memory leak on shutdown (Affects the embedded version & MyODBC)
* New script: explain_log.shmonty@hundin.mysql.fi2001-10-041-0/+1
| | | | | | Portability fixes. Handle cleanup when we get an error before the message file is read. Fix bug in multi-table delete
* Cleaned up SSL documentationmonty@hundin.mysql.fi2001-10-021-4/+2
| | | | | | | Fixes for embedded server Made key_cache more configurable Fixed that one can change key blocksize in MyISAM A lot of optimizations to make MyISAM slightly faster
* Fixed bug in ALTER TABLEmonty@donna.mysql.fi2001-04-011-2/+2
| | | | | Removed _mi_rkey() function New fork_big.pl multi-thread test
* Changed --replace to --replace_result in mysqltestmonty@donna.mysql.com2001-02-151-2/+2
| | | | | | Changed errmsg -> my_errmsg (portability issue) Fixed that mysqlbinlog writes SET TIMESTAMP before all queries Fixed comments in default my.cnf files
* Import changesetbk@work.mysql.com2000-07-311-0/+146