summaryrefslogtreecommitdiff
path: root/sql/sql_class.cc
Commit message (Expand)AuthorAgeFilesLines
* - renamed "rnd" to "my_rnd" as the name was too generic (and is an exportedunknown2003-03-181-1/+1
* - fixed newly added DBUG_RETURN to DBUG_VOID_RETURN (compile failed withunknown2003-03-131-1/+1
* Simple fixes (nothing notable)unknown2003-03-121-0/+2
* ha_innodb.h, ha_innodb.cc, handler.h, handler.cc, sql_class.cc:unknown2003-03-031-0/+16
* Added detection if pthread_attr_getstacksize() existsunknown2003-02-271-1/+1
* Fix predicted first rand() call unknown2003-01-281-1/+1
* Removed copying of parameters as this leads to memory leaks in embedded server.unknown2002-12-051-2/+1
* Change of internal key_field=NULL handling to avoid error messages.unknown2002-12-031-8/+7
* Small improvement to alloc_rootunknown2002-11-161-23/+57
* Portability fix extern "C" static -> extern "C"unknown2002-11-071-4/+4
* Portability fixes for Fortre C++ 5.0 (on Sun) in 32 and 64 bit modes.unknown2002-11-071-13/+14
* Added Rand_log_eventunknown2002-10-221-1/+1
* Moved rand initialization from mysqld.cc to sql_class.cc:THD::THD()unknown2002-10-171-0/+14
* Updated VC++ project files for 4.0.4unknown2002-09-241-0/+1
* fixed typounknown2002-09-191-1/+2
* new function for innodbunknown2002-09-191-13/+18
* Fixed searching after ssl directories.unknown2002-09-051-3/+9
* Some trivial optimzationsunknown2002-09-031-0/+12
* Fixed bug in wait_for_update() that I had introduced.unknown2002-08-221-4/+9
* Added nety_retry_count as a changeable variableunknown2002-08-081-1/+0
* New SET syntax & system variables.unknown2002-07-231-16/+5
* Added interface for first set of dynamic variables.unknown2002-06-281-3/+7
* Added the following new privleges:unknown2002-06-121-16/+21
* Big code cleanup/review before 4.0.2 release.unknown2002-06-111-6/+10
* removed unneeded table name pointerunknown2002-06-091-5/+1
* Features made for Schlund plus several bug fixes.unknown2002-05-151-1/+1
* replication updates. This changeset seems to be working fine on test systems.unknown2002-03-301-0/+8
* added building without query cacheunknown2002-03-221-3/+7
* processing trunsactional tables in query cacheunknown2002-03-151-0/+87
* small bug fix in max queries per hourunknown2002-02-081-1/+1
* Changes required for maximum queries per hourunknown2002-02-011-0/+1
* Ugly merge! But I am not done yet - there are a number of things I need to fixunknown2002-01-191-3/+8
|\
| * Here comes a nasty patch, although I am not ready to push it yet. I willunknown2002-01-191-3/+8
* | Cleanup of alarm macros.unknown2001-12-211-1/+1
* | Update copyrightunknown2001-12-061-4/+4
* | Update of query cache codeunknown2001-12-061-1/+1
* | Query cache.unknown2001-12-021-1/+2
|/
* Don't do signal() on windows (Causes instability problems)unknown2001-10-171-1/+1
* Remved Gemini code.unknown2001-10-101-4/+0
* merge with 3.23.42unknown2001-09-021-15/+26
|\
| * Fixed problem with INSERT DELAYEDunknown2001-08-311-6/+6
| * Portability fixes.unknown2001-08-211-9/+20
* | Remove warnings and portability fixesunknown2001-08-141-6/+2
* | mergedunknown2001-08-091-0/+1
|\ \ | |/
| * Added new optino --sql-mode to mysqld.unknown2001-08-091-0/+1
* | Merge work:/home/bk/mysql-4.0unknown2001-08-031-10/+4
|\ \
| * | Fix UNIONunknown2001-08-021-10/+4
* | | LOAD DATA INFILE is now replicated properly, except for cleanup on unknown2001-08-031-0/+1
|/ /
* | added pre/post read callbacks to IO_CACHEunknown2001-07-201-0/+1
* | Changed safe_mysqld -> mysqld_safeunknown2001-06-281-0/+2