summaryrefslogtreecommitdiff
path: root/sql/sql_class.cc
Commit message (Expand)AuthorAgeFilesLines
* moved RAND initialization from mysqld.cc to sql_class.cc:THD::THD()nick@mysql.com2002-10-291-0/+14
* Fixed problem with INSERT DELAYEDmonty@hundin.mysql.fi2001-08-311-6/+6
* Portability fixes.monty@hundin.mysql.fi2001-08-211-9/+20
* Added new optino --sql-mode to mysqld.jani@hynda.mysql.fi2001-08-091-0/+1
* Fixed bug in ALTER TABLEmonty@donna.mysql.fi2001-04-011-1/+1
* Changed pthread_mutex_init() to use new MY_MUTEX_INIT.. macromonty@donna.mysql.fi2001-03-261-1/+1
* Add support for Gemini table handler, Monty has checked and approvedmikef@nslinux.bedford.progress.com2001-03-211-0/+3
* Added isolation levelsmonty@tik.mysql.fi2001-03-211-21/+26
* Reversed SQL_ANSI_MODE per Monty's request.jcole@abel.spaceapes.com2001-03-141-4/+0
* Merge work.mysql.com:/home/bk/mysqljcole@tetra.spaceapes.com2001-03-141-0/+4
|\
| * Moved state_map copying to THD::THD().jcole@tetra.spaceapes.com2001-03-141-0/+4
* | changed signal by fd close to signal by vio_closesasha@mysql.sashanet.com2001-03-131-5/+29
|/
* untested changes to close socket on slave stop for OS's that do notsasha@mysql.sashanet.com2001-03-121-0/+7
* Fixed wrong option in mysql_install_dbmonty@donna.mysql.fi2001-03-091-1/+2
* Merged some functions and removed some unused client functions.monty@donna.mysql.fi2001-03-061-9/+15
* Fixes for innobasemonty@donna.mysql.fi2001-02-211-3/+2
* fixed up leaks found by --exit-info=256sasha@mysql.sashanet.com2000-12-091-1/+1
* Only write full transactions to binary logmonty@donna.mysql.com2000-12-071-1/+3
* Added innobase handler files + other updates for innobasemonty@donna.mysql.com2000-12-061-0/+1
* Merge work.mysql.com:/home/bk/mysqlsasha@mysql.sashanet.com2000-11-271-1/+1
|\
| * New thr_alarm struct for better integration with OS2monty@donna.mysql.com2000-11-281-1/+1
* | Merge work.mysql.com:/home/bk/mysqlsasha@mysql.sashanet.com2000-11-271-0/+1
|\ \ | |/ |/|
| * Fixed temp tables to work with replication. It will not work if you stop the ...sasha@mysql.sashanet.com2000-11-251-0/+1
* | All statements are now run in a sub transactionmonty@donna.mysql.com2000-11-241-5/+4
|/
* fixed warning in sql_class.ccsasha@mysql.sashanet.com2000-11-201-3/+5
* Fixes for bugs in the usage of IO_CACHEmonty@narttu.mysql.fi2000-11-171-3/+3
* mergemonty@narttu.mysql.fi2000-11-161-2/+2
|\
| * Fixes for IO_CACHEmonty@donna.mysql.com2000-11-161-2/+2
* | mergedsasha@mysql.sashanet.com2000-11-151-2/+11
|\ \ | |/
| * mergemonty@narttu.mysql.fi2000-11-161-2/+11
| |\
| | * changed to use IO_CACHE instead of FILEmonty@narttu.mysql.fi2000-11-151-2/+11
* | | repl-tests/test-repl-ts/repl-timestamp.master.rejectsasha@mysql.sashanet.com2000-11-131-0/+1
|/ /
* | fixed --skip-slave-thread bugsasha@mysql.sashanet.com2000-10-261-0/+1
|/
* Fix of LEFT JOIN optimizer bug, problem with key cache on Windows andmonty@donna.mysql.com2000-10-141-0/+1
* mergemonty@donna.mysql.com2000-10-041-0/+1
|\
| * First part of automatic repair of MyISAM tables.monty@tramp.mysql.fi2000-10-031-0/+1
* | Merge work:/home/bk/mysqlsasha@mysql.sashanet.com2000-09-291-0/+1
|\ \ | |/ |/|
| * This one will not be pushed, I am committing to be able to pull in Monty's ch...sasha@mysql.sashanet.com2000-09-281-0/+1
* | Fixed indention, removed compiler varnings and fixed a bugmonty@donna.mysql.com2000-09-291-3/+3
|/
* Faster log::write() call, memory leak fix, flush master fix.monty@donna.mysql.com2000-09-161-4/+6
* Update to new root alloc, OPTIMIZE TABLE and some other changesmonty@donna.mysql.com2000-09-121-1/+1
* Quoting of TIMESTAMP columns and small optimizationsmonty@donna.mysql.com2000-09-021-1/+2
* FLUSH TABLE table_listmonty@donna.mysql.com2000-08-221-1/+1
* RENAME TABLE table_name TO new_table_name ; Faster Allocmonty@donna.mysql.com2000-08-211-4/+3
* Import changesetbk@work.mysql.com2000-07-311-0/+593