summaryrefslogtreecommitdiff
path: root/sql/item_create.cc
Commit message (Collapse)AuthorAgeFilesLines
* Cut hostnames at HOSTNAME_LENGTH to avoid theoretical hostname overrunsmonty@mashka.mysql.fi2002-12-261-5/+7
| | | | | | | Changed long packat handling to check for packets of length 0xffffff. This does however break packet handling for older clients. If you are using packets >= 16M then you need to upgrade client and server after this patch.
* current_user() to return priv_userserg@serg.mysql.com2002-12-051-1/+10
|
* Added new ANSI functions LOCALTIME, LOCALTIMESTAMP and CURRENT_USERmonty@mashka.mysql.fi2002-11-241-0/+1
| | | | | | | Added CEIL as an alias for CEILING Cleaned up CHECK constraint handling. (We don't anymore require braces after CHECK) Added casting to CHAR.
* new QUOTE() fuction has been addedram@ram.(none)2002-08-081-0/+4
|
* Arjens LOG functions changes with small changes and tests added to mysql-testpeter@mysql.com2002-07-171-2/+7
|
* Update for running gcc 3.x (mainly on HPUX)monty@hundin.mysql.fi2002-06-301-2/+2
| | | | | | | | Portability fixes for HPUX Rename of CHECK_LOCK to IS_FREE_LOCK Apply lower_case_table_names also to databases Cleanup of describe code Don't allow \ in database names
* Added functions :Sinisa@sinisa.nasamreza.org2002-06-291-0/+7
| | | | | | * binary XOR * logical XOR * CHECK_LOCK("lock_name")
* This changeset is mostly new version of previous commit modified according peter@linux.local2002-06-111-0/+15
| | | | to Monty's code style and optimization comments
* mergedserg@serg.mysql.com2002-01-031-0/+5
|\
| * BIT_LENGTH ODBC functionserg@serg.mysql.com2002-01-031-0/+5
| |
* | New CAST syntaxmonty@hundin.mysql.fi2002-01-031-0/+15
|/ | | | | | Cleanup of multi-table-delete in sql_yacc.yy Changed syntax of MAXIMUM QUERIES PER HOUR to MAX_QUERIES_PER_HOUR to not get too many reserved words.
* Added FLUSH DES_KEY_FILE.monty@hundin.mysql.fi2001-12-131-2/+1
| | | | | | New HEX() function. Final (?) cleanup of des_encrypt() / des_decrypt(). Added missing files to Makefiles.
* Update copyrightmonty@hundin.mysql.fi2001-12-061-3/+3
| | | | Fixed memory leak on shutdown (Affects the embedded version & MyODBC)
* Query cache.monty@hundin.mysql.fi2001-12-021-2/+10
| | | | Remove some warnings
* Added SQL_CALC_FOUND_ROWS and FOUND_ROWS()monty@donna.mysql.fi2001-04-121-0/+5
|
* rpl000016.test syncsasha@mysql.sashanet.com2001-01-171-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rpl000001.result BitKeeper file /home/sasha/src/bk/mysql/mysql-test/r/rpl000001.result ignore Added BitKeeper/tmp/bkr3sAHD to the ignore list slave.h MASTER_POS_WAIT lex.h MASTER_POS_WAIT slave.cc MASTER_POS_WAIT, do automagic restart on debugging abort, skip rotate events in slave.cc debug abort count sql_repl.cc announce the log name at the start of the log with a fake rotate event item_create.h MASTER_POS_WAIT item_func.cc MASTER_POS_WAIT item_func.h MASTER_POS_WAIT sql_class.h enter_cond(), exit_cond() helper inliners item_create.cc added MASTER_POS_WAIT mysql-test-run.sh speed improvement fixes rpl000007.test sync rpl000003.test sleep -> sync rpl000004.test sleep -> sync, fixed clean up bug rpl000014.test sync rpl000009.test sync rpl000013.test sync rpl000001.test sleep -> sync rpl000008.test sync rpl000006.test sync on cleanup rpl000011.test sync rpl000012.test sync rpl000005.test sleep -> sync rpl000010.test sync rpl000015.test sync rpl000002.test sleep -> sync rpl000014.result we now know the master log name as soon as we connect mysql.cc added optional agrument to --wait mysqltest.c added save_master_pos and sync_with_master commands
* Bug fixes, TRUNCATE, safer passwords on command line and connect timeoutmonty@tik.mysql.com2000-11-131-5/+0
|
* FLUSH TABLE table_listmonty@donna.mysql.com2000-08-221-1/+1
| | | | | Fixes for RENAME TABLE Portability fixes
* Import changesetbk@work.mysql.com2000-07-311-0/+383