summaryrefslogtreecommitdiff
path: root/sql/sql_class.h
Commit message (Expand)AuthorAgeFilesLines
* Portability fixesmonty@hundin.mysql.fi2001-09-151-1/+1
* Cleanupsmonty@hundin.mysql.fi2001-09-071-1/+1
* merge with 3.23.42monty@work.mysql.com2001-09-021-4/+3
|\
| * Make killing of threads safermonty@hundin.mysql.fi2001-09-011-2/+0
| * Portability fixes.monty@hundin.mysql.fi2001-08-211-2/+3
* | Remove warnings and portability fixesmonty@hundin.mysql.fi2001-08-141-1/+1
* | mergedsasha@mysql.sashanet.com2001-08-091-1/+1
|\ \ | |/
| * Added new optino --sql-mode to mysqld.jani@hynda.mysql.fi2001-08-091-1/+1
* | new file_id generation methodsasha@mysql.sashanet.com2001-08-041-0/+3
* | Merge work:/home/bk/mysql-4.0sasha@mysql.sashanet.com2001-08-031-14/+36
|\ \
| * | Fix UNIONmonty@tik.mysql.fi2001-08-021-14/+36
* | | LOAD DATA INFILE is now replicated properly, except for cleanup on sasha@mysql.sashanet.com2001-08-031-3/+3
|/ /
* | mergedsasha@mysql.sashanet.com2001-07-201-4/+5
|\ \
| * | Changes for the furtherment of UNIONSSinisa@sinisa.nasamreza.org2001-07-191-4/+5
* | | added pre/post read callbacks to IO_CACHEsasha@mysql.sashanet.com2001-07-201-0/+1
|/ /
* | mergedserg@serg.mysql.com2001-07-121-1/+1
|\ \ | |/
| * fixed race condition in automatic binlog rotationsasha@mysql.sashanet.com2001-07-111-1/+1
* | Merge work:/home/bk/mysql-4.0sasha@mysql.sashanet.com2001-07-111-1/+1
|\ \
| * | fixed uninitialized use of variable in mysqltestsasha@mysql.sashanet.com2001-07-111-1/+1
| * | Redefinition of myisam_bulk_insert_tree_sizemonty@tik.mysql.fi2001-07-101-1/+1
* | | UNION stuff mainly.Sinisa@sinisa.nasamreza.org2001-07-111-3/+2
|/ /
* | Making multi-table delete BETA !!Sinisa@sinisa.nasamreza.org2001-07-011-0/+4
* | Merge work:/home/bk/mysql-4.0sasha@mysql.sashanet.com2001-06-191-0/+5
|\ \
| * | Added event sequence number and flags to binlogsasha@mysql.sashanet.com2001-06-191-0/+5
* | | Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0monty@hundin.mysql.fi2001-06-151-0/+2
|\ \ \ | |/ /
| * | Merge work:/home/bk/mysql-4.0sasha@mysql.sashanet.com2001-06-141-0/+2
| |\ \
| | * | Added slave log event to record the master position in of slave threadsasha@mysql.sashanet.com2001-06-141-0/+2
| * | | Second phase of UNIONS (please do not test it yet) and some other Sinisa@sinisa.nasamreza.org2001-06-131-1/+1
| |/ /
* | | Fixed multi-table-deletemonty@hundin.mysql.fi2001-06-151-7/+2
* | | cleanup; Fixed type bug in new delete code.monty@hundin.mysql.fi2001-06-141-3/+5
|/ /
* | Enhancing both multi-table delete and division of LEXSinisa@sinisa.nasamreza.org2001-06-071-28/+32
* | These are actually two changesets. One for splitting LEX in two and Sinisa@sinisa.nasamreza.org2001-06-031-6/+31
* | updates for LOAD DATA FROM MASTER + some cleanup of replication codesasha@mysql.sashanet.com2001-05-281-2/+0
* | Added Unique class to be used for duplicate removal in multi-table delete.monty@donna.mysql.fi2001-05-231-0/+29
* | Mergeserg@serg.mysql.com2001-05-151-0/+1
|\ \
| * | ALTER TABLE ... DISABLE KEYS / ALTER TABLE ... ENABLE KEYSserg@serg.mysql.com2001-05-111-0/+1
* | | Merged with 3.23, needs further fix-upsasha@mysql.sashanet.com2001-05-101-1/+4
|\ \ \ | |/ / |/| / | |/
| * Merge work:/home/bk/mysql into donna.mysql.fi:/home/my/bk/mysqlmonty@donna.mysql.fi2001-04-251-1/+1
| |\
| | * Portability fixes for Ia64 and Sgi compilermonty@donna.mysql.fi2001-04-251-1/+1
| * | fixed redundant repetition of use db in mysqlbinlogsasha@mysql.sashanet.com2001-04-241-0/+3
| |/
* | mergedserg@serg.mysql.com2001-04-131-3/+3
|\ \
| * | this won't be pushedserg@serg.mysql.com2001-04-131-3/+3
| * | Preliminary commit of HANDLER syntax (w/o LIMIT or column-list)serg@serg.mysql.com2001-04-071-2/+2
| |/
* | Added SQL_CALC_FOUND_ROWS and FOUND_ROWS()monty@donna.mysql.fi2001-04-121-1/+5
|/
* 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-1/+5
* Added isolation levelsmonty@tik.mysql.fi2001-03-211-1/+2
* Added tests if a user variable is changed in the same query.monty@donna.mysql.fi2001-03-151-1/+1
* Reversed SQL_ANSI_MODE per Monty's request.jcole@abel.spaceapes.com2001-03-141-3/+0
* changed signal by fd close to signal by vio_closesasha@mysql.sashanet.com2001-03-131-43/+21