summaryrefslogtreecommitdiff
path: root/Docs/internals.texi
Commit message (Collapse)AuthorAgeFilesLines
* - internals.texi will now be part of the source distribution. However,lenz@kallisto.local2003-11-181-0/+101
| | | | | | | as this is a document that belongs to the mysqldoc tree, it needs to be copied over manually (using the Bootstrap script), before doing an official release distribution. The file Docs/internals.texi in this tree is only a dummy file to keep "make dist" happy.
* Deleted internals.texi (moved to mysqldoc tree - Monty req).arjen@george.bitbike.com2003-05-271-6338/+0
|
* New 4.1 protocol; SQLSTATE, CLIENT_MULTI_RESULTS, client character setmonty@mashka.mysql.fi2003-05-261-6/+12
|
* Merge with 4.0.13monty@narttu.mysql.fi2003-05-191-939/+845
|\
| * - minor fixups (no more warnings)lenz@mysql.com2003-04-291-6/+6
| | | | | | | | | | | | - the preferred mailing list is internals@ not dev-public@ (this is a public document) - Rather use the 4.1 tree for new development (4.0 is frozen)
| * Update PeterG's internals documentation per comments from peterg@mysql.com2003-04-281-6/+6
| | | | | | | | Monty; minor changes only.
| * Updated PeterG's internals documentation per comments from peterg@mysql.com2003-04-281-26/+28
| | | | | | | | | | Monty; clarified differences between the MySQL library directories.
| * Updated PeterG's internals documentation per comments peterg@mysql.com2003-04-281-5/+1
| | | | | | | | from Monty; minor changes only.
| * Updated PeterG's internals documentation per comments from peterg@mysql.com2003-04-281-5/+7
| | | | | | | | Monty; new description of /man subdirectory
| * Updated PeterG's internals documentation per comments from peterg@mysql.com2003-04-281-2/+6
| | | | | | | | Monty; one minor change, plus addition of how HEAP works.
| * Updated PeterG's internals documentation per comments from peterg@mysql.com2003-04-281-4/+69
| | | | | | | | | | Monty; added additional description of MySQL's three types of record formats.
| * Added missing dependency to VC++ project filemonty@mashka.mysql.fi2003-04-291-187/+219
| |
| * - Fixed some texi errors in internals.texi (still some more left)lenz@mysql.com2003-04-281-19/+25
| |
| * Update PeterG's internals documentation per comments from peterg@mysql.com2003-04-261-27/+32
| | | | | | | | Monty; minor changes only.
| * Update PeterG's internals documentation per Monty's comments; peterg@mysql.com2003-04-261-537/+347
| | | | | | | | minor changes only.
| * Minor changes to PeterG's internals documentation per comments peterg@mysql.com2003-04-231-183/+131
| | | | | | | | from Monty.
| * Modify PeterG's internals documentation per Monty. Added peterg@mysql.com2003-04-231-1/+7
| | | | | | | | | | more detailed explanation of record header and column storage.
* | Documentation fixed according bug 185 fixing patch (1.1551 03/04/23 00:bell@laptop.sanja.is.com.ua2003-04-281-4/+13
| |
* | Added the missed OK packet status to internals.texivenu@myvenu.com2003-04-161-1/+2
| |
* | Merge with 4.0.12monty@narttu.mysql.fi2003-03-191-8/+11
|\ \ | |/
| * Print right hostname or IP in SHOW PROCESSLISTmonty@narttu.mysql.fi2003-03-191-8/+11
| | | | | | | | Use SESSION TABLE_HANDLER as default table handler if given table handler doesn't exists
* | Merge with 4.0monty@narttu.mysql.fi2003-03-161-10/+3857
|\ \ | |/
| * texinfo syntax cleanup. 4.1 protocol sections are still too broken for this ↵serg@serg.mysql.com2003-03-131-22/+87
| | | | | | | | file to be compiled :(
| * Added PeterG's new internals documenation.pgulutzan@linux.local2003-03-121-0/+3782
| |
* | Added chapter about subselect transformationsbell@sanja.is.com.ua2003-02-191-2/+237
| |
* | section about SELECT performingbell@sanja.is.com.ua2003-02-181-3/+346
| |
* | Added charset number to result headermonty@mashka.mysql.fi2003-02-041-0/+7
|/
* Fix for bug in LOAD DATA INFILE and replicationmonty@mashka.mysql.fi2003-01-081-1/+72
| | | | Fix for SHOW VARIABLES in embedded server
* 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.
* 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;
* 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
|
* boolean fulltext search weighting scheme changedserg@serg.mysql.com2002-04-191-1/+44
|
* Fixed small bug.jcole@mugatu.spaceapes.com2002-03-171-1/+1
|
* Added Makefile.am targets for internals.texi.jcole@mugatu.spaceapes.com2002-03-171-76/+92
| | | | Cleaned up internals.texi, changed tabs to spaces.
* Massive cleanups to internals.texi.jcole@mugatu.spaceapes.com2002-03-141-210/+272
|
* Added STDCALL to mysql_sever and mysql_thread variablesmonty@hundin.mysql.fi2001-11-031-20/+18
| | | | | Merged error messages with 3.23.44 Fixed bug with DATA DIRECTORY on windows
* portability fixesmonty@hundin.mysql.fi2001-10-111-0/+21
|
* Fix bug in SELECT EXPLAIN ... ORDER BYmonty@hundin.mysql.fi2001-09-181-2/+50
|
* Fixed wrong mysql-testmonty@hundin.mysql.fi2001-06-121-5/+204
| | | | New german error messages
* Fixed --no-defaults in mysqltestmonty@donna.mysql.com2000-12-291-0/+145
|
* Major rewriting in internals.texi.jcole@ham.spaceapes.com2000-09-071-104/+193
|
* Bug fixes for 3.23.23monty@donna.mysql.com2000-08-291-0/+59
|
* Language corrections to:jcole@jcole.burghcom.com2000-08-151-13/+11
| | | | | | | manual.texi internals.texi In the wake of Monty's latest revisions. :)
* Fixed for Ia64 + delayed key creation + a lot of small bug fixesmonty@donna.mysql.com2000-08-151-0/+22
|
* Import changesetbk@work.mysql.com2000-07-311-0/+134