summaryrefslogtreecommitdiff
path: root/Docs
Commit message (Collapse)AuthorAgeFilesLines
* Most of the groundwork for sprint task 729 (implement FUNCTIONs).pem@mysql.com2003-02-211-2/+12
| | | | | | | | | Expanded the mysql.proc table, reworked the find/create/drop functions completely, added new functions for FUNCTIONs (lotta functions here :), got rid of some unnecessary use of Item_strings while at it. Extended the parser correspondingly, and fiddled around a bit to make SP FUNCTIONs coexist with UDFs. Can now CREATE and DROP FUNCTIONs. Invoking yet to come...
* Merging 4.1 into 5.0pem@mysql.com2003-02-182-0/+581
|\
| * Some new stuff in the Docs/sp-* files, and renamed a few functions in ↵pem@mysql.com2003-02-042-6/+58
| | | | | | | | | | | | preparation for future work.
| * Added some basic implementation documentation for stored procedures.pem@mysql.com2003-02-022-0/+529
| |
* | Merge serg.mysql.com:/usr/home/serg/Abk/mysql-4.0serg@serg.mysql.com2003-02-134-62004/+38
|\ \ | | | | | | | | | into serg.mysql.com:/usr/home/serg/Abk/mysql-4.1
| * | (please merge with 4.1 and upwards)lenz@mysql.com2003-02-121-0/+0
| | | | | | | | | | | | - updated logo to current one
| * | Moved template.texi from mysql-4.0 tree to mysqldoc tree.arjen@george.bitbike.com2003-02-121-522/+0
| | |
| * | Moved mysql.de.texi from mysql-4.0 tree to mysqldoc tree.arjen@george.bitbike.com2003-02-122-61482/+38
| | | | | | | | | | | | | | | Replaced mysql.de.texi in mysql-4.0 tree with dummy placeholder. Moved world.sql sample database to mysqldoc tree.
* | | Merge work:/home/bk/mysql-4.1 into mashka.mysql.fi:/home/my/mysql-4.1monty@mashka.mysql.fi2003-02-122-127/+454
|\ \ \
| * | | gis.txt:bar@bar.mysql.r18.ru2003-02-111-1/+14
| | | | | | | | | | | | | | | | Updates according to last changes
| * | | Added all new changes (To be incorporated to main manual before the release)venu@myvenu.com2003-02-051-126/+440
| | | |
* | | | Merge with 4.0.11monty@mashka.mysql.fi2003-02-044-60085/+44
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Merge with 3.23.56 (Replace manual with 'empty' document)monty@mashka.mysql.fi2003-01-283-59799/+44
| |\ \ | | | | | | | | | | | | Fix for bug when using auto_increment column and LAST_INSERT_ID()
| | * | - replaced manual.texi with a dummy placeholder file (manual.texi islenz@mysql.com2003-01-272-55628/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | now maintained in a separate "mysqldoc" BK source tree) - it will be replaced with the correct manual.texi when building the official source distribution - fixed automake error about reservedwords.texi by moving it to EXTRA_DIST instead
| | * | - added a dummy file "reservedwords.texi" to the BK tree and the Makefiles,lenz@mysql.com2003-01-272-5/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | so it's part of the distribution (manual.texi includes this file) It will be replaced with the correct one from the mysqldoc tree before building the distribution - removed generation and inclusion of MIRRORS file, since the mirror list is no longer part of manual.texi anyway - replaced YFLAGS with AM_YFLAGS in sql/Makefile.am to make automake happy - Redirect standard error when checking for dpkg-architecture in ltconfig to avoid error message showing during configuration
| * | | Moved to mysqldoc tree.arjen@george.bitbike.com2003-01-241-282/+0
| | | |
* | | | Added charset number to result headermonty@mashka.mysql.fi2003-02-041-0/+7
| | | |
* | | | Prepared statements - Doc to be incorporated in manualvenu@myvenu.com2003-01-101-0/+1422
| | | |
* | | | merge with 4.0.9monty@mashka.mysql.fi2003-01-091-1/+72
|\ \ \ \ | |/ / / | | | / | |_|/ |/| | To get bug fixes for TCP/IP connections, FORCE INDEX and OPTIMIZE TABLE with NULL keys
| * | Fix for bug in LOAD DATA INFILE and replicationmonty@mashka.mysql.fi2003-01-081-1/+72
| | | | | | | | | | | | Fix for SHOW VARIABLES in embedded server
* | | mergemonty@mashka.mysql.fi2003-01-042-46/+79
|\ \ \
| * \ \ Merge with 4.0.8monty@mashka.mysql.fi2003-01-032-46/+79
| |\ \ \ | | |/ /
| | * | Cut hostnames at HOSTNAME_LENGTH to avoid theoretical hostname overrunsmonty@mashka.mysql.fi2002-12-261-41/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| | * | Changed thd variables max_join_size and select_limit to type ha_rows.monty@mashka.mysql.fi2002-12-201-3/+23
| | | | | | | | | | | | | | | | | | | | | | | | This fixed some optimization problems when using -DBIG_TABLES Portabilty fixes for OpenUnix and HPUX Added C and C++ version numbers to mysqlbug
| | * | Ensure that BEGIN / COMMIT is handled properly if slave diesmonty@mashka.mysql.fi2002-12-111-2/+14
| | | | | | | | | | | | | | | | | | | | Added syntax support for CREATE TABLE foo (a char CHARACTER SET latin1) CHARSET=latin1;
* | | | GIS docbar@bar.mysql.r18.ru2002-12-271-0/+861
|/ / /
* | | add 'SOUNDS LIKE' syntaxvva@eagle.mysql.r18.ru2002-12-141-0/+4
|/ /
* | Added 4.1 protocol descriptionmonty@hundin.mysql.fi2002-11-101-0/+270
| |
* | Portability fixes for HP compiler and HPUX11monty@hundin.mysql.fi2002-11-091-4/+797
| |
* | Mergeserg@sergbook.mysql.com2002-11-061-5/+9
|\ \
| * | Removed wrong patch to fix DATE BETWEEN TIMESTAMP1 AND TIMESTAMP2monty@hundin.mysql.fi2002-11-051-5/+9
| | | | | | | | | | | | Some simple optimizations
* | | mergedserg@sergbook.mysql.com2002-11-051-0/+7
|\ \ \ | |/ / |/| / | |/
| * Fix to get core file on Linuxmonty@hundin.mysql.fi2002-11-051-0/+2
| |
| * Updated changelogmonty@mashka.mysql.fi2002-10-291-0/+5
| |
* | Mergemonty@hundin.mysql.fi2002-10-311-0/+2
|\ \
| * | Added back old LARGEFILE handlingmonty@hundin.mysql.fi2002-10-291-0/+2
| | | | | | | | | | | | | | | | | | | | | Fixed reference to freed memory in acl_init()/grant_init() Fixed possible memory leak. (Could only happen in very strange circumstances) Fixed bug in ALTER TABLE with BDB tables Updated mysql-test for valgrind
* | | mergemonty@mashka.mysql.fi2002-10-291-17/+102
|\ \ \
| * | | Added --skip-safemalloc to mysqltestmonty@mashka.mysql.fi2002-10-291-14/+103
| |/ / | | | | | | | | | | | | | | | | | | | | | Added bug fix from 3.23 for AIX 4.3.3 and gcc 3.x Small change in EXCHANGE output Propagate open-files-limit from mysqld_safe -> mysqld Fixed speed bug in GROUP BY Added quotes around database name in CREATE DATABASE db_name (for binary log)
* | | finally pushing what I could not due to BK problemsSinisa@sinisa.nasamreza.org2002-10-281-0/+4
| | |
* | | mergedserg@serg.mysql.com2002-10-251-0/+2
|\ \ \ | |/ / |/| / | |/
| * Fixed problem with BDB tables and ALTER TABLEmonty@hundin.mysql.fi2002-10-241-0/+2
| |
* | Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0monty@hundin.mysql.fi2002-10-201-2/+0
|\ \
| * | Fixed Changelogmonty@hundin.mysql.fi2002-10-201-2/+0
| | |
* | | Small code improvement in multi-table updatesSinisa@sinisa.nasamreza.org2002-10-171-0/+2
| | |
* | | Added notes about --set-variable being deprecated since MySQL 4.0jani@rhols221.adsl.netsonic.fi2002-10-171-7/+25
| | |
* | | Added Change note about the fixed join parsing, allowing (removing) braces.pem@mysql.com2002-10-171-0/+6
|/ /
* | Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0monty@hundin.mysql.fi2002-10-161-1/+38
|\ \
| * \ Merge with 3.23.54monty@hundin.mysql.fi2002-10-161-1/+35
| |\ \ | | |/
| | * Fixed bug in LEFT JOIN ... WHERE not_null_key_column=NULL;monty@hundin.mysql.fi2002-10-161-0/+2
| | |
| | * Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysqlmonty@hundin.mysql.fi2002-10-141-0/+15
| | |\