summaryrefslogtreecommitdiff
path: root/.bzrignore
Commit message (Collapse)AuthorAgeFilesLines
* Merge work:/home/bk/mysql-4.1serg@serg.mysql.com2003-03-011-1/+1
|\ | | | | | | into serg.mysql.com:/usr/home/serg/Abk/mysql-4.1
| * error message fixedserg@serg.mysql.com2003-02-261-0/+1
| |
* | Portability fixesmonty@narttu.mysql.fi2003-02-271-0/+1
| | | | | | | | Don't define crc32 if we are not linking with gzip
* | Merge with 4.0.11monty@narttu.mysql.fi2003-02-261-2/+5
|\ \ | |/ |/|
| * Ignore some automaticly generated filesmonty@narttu.mysql.fi2003-02-251-0/+3
| |
* | Fixed problem when connecting to user without a password.monty@mashka.mysql.fi2003-02-141-0/+1
| | | | | | | | Fixed problem with LIKE and BINARY
* | Fixed a lot of wrong memory references as reported by valgrindmonty@mashka.mysql.fi2003-02-121-0/+1
| | | | | | | | | | | | | | | | | | Portability fixes Added new client function: mysql_get_server_version() New server help code (From Victor Vagin) Fixed wrong usage of binary() Disabled RTREE usage for now.
* | mergemonty@mashka.mysql.fi2003-02-101-14/+14
|\ \ | |/
| * count(distint) on an empty table crash fixedserg@sergbook.mysql.com2003-02-101-0/+2
| |
* | Merge with 4.0 to get fix for MIN/MAXmonty@mashka.mysql.fi2003-02-071-0/+2
|\ \ | |/
* | fixed row items with group functionsbell@sanja.is.com.ua2003-01-291-0/+3
| | | | | | | | fixed layout
* | Simple code cleanups, ignore generated filesmonty@mashka.mysql.fi2003-01-181-0/+9
| |
* | Merge with 4.0.9monty@mashka.mysql.fi2003-01-181-3/+3
|\ \ | |/
| * After merge fixmonty@mashka.mysql.fi2003-01-171-0/+1
| |
* | mergemonty@mashka.mysql.fi2003-01-141-0/+1
| |
* | ignore:bar@bar.mysql.r18.ru2003-01-031-0/+1
| | | | | | | | added test_xml
* | Fix after mergemonty@mashka.mysql.fi2002-12-141-0/+1
| |
* | Merge with 4.0.6monty@mashka.mysql.fi2002-12-051-11/+22
|\ \ | |/
| * Merge with 3.23monty@mashka.mysql.fi2002-12-051-13/+13
| |\
| | * A fix for double free'd pointer bug ...Sinisa@sinisa.nasamreza.org2002-12-041-0/+2
| | |
| | * - Applied required modifications for automake 1.5lenz@mysql.com2002-11-171-0/+9
| | | | | | | | | | | | - "make distcheck" needs to be fixed
| * | improvement crash-mewalrus@mysql.com2002-11-291-0/+1
| | |
| * | Add the ChangeSet id to Subject: in all emails.pem@mysql.com2002-11-271-0/+12
| | |
* | | changed compare engine in basic row items (SCRUM)bell@sanja.is.com.ua2002-11-281-0/+1
| | | | | | | | | | | | fixed layout
* | | Pass thd as an argument to yyparse(), getting rid of all current_thd in the ↵pem@mysql.com2002-11-261-0/+5
| | | | | | | | | | | | parser.
* | | Moved safe_to_cache_query from thd to lex.pem@mysql.com2002-11-221-0/+5
| | | | | | | | | | | | This is required for prepared statements and stored procedures.
* | | Merge with 4.0monty@mashka.mysql.fi2002-11-211-30/+46
|\ \ \ | |/ /
| * | Merge mysql.com:/space/my/mysql-4.0lenz@mysql.com2002-11-181-3/+12
| |\ \ | | | | | | | | | | | | into mysql.com:/space/my/mysql-4.0-build
| | * | - Tagged ChangeSet 1.1400.1.3 as "mysql-4.0.5"lenz@mysql.com2002-11-181-0/+9
| | | | | | | | | | | | | | | | | | | | - bumped up version number in configure.in - fixed a typo in test-create.sh
| * | | Small improvement to alloc_rootmonty@mashka.mysql.fi2002-11-161-0/+3
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | Add support for LIMIT # OFFSET # Changed lock handling: Now all locks should be stored in TABLE_LIST instead of passed to functions. Don't call query_cache_invalidate() twice in some cases mysql_change_user() now clears states to be equal to close + connect. Fixed a bug with multi-table-update and multi-table-delete when used with LOCK TABLES Fixed a bug with replicate-do and UPDATE
| * | mergedserg@serg.mysql.com2002-11-091-2/+3
| |\ \ | | |/
| | * IGNORE/USE INDEX now work with HA_EXTRA_KEYREADserg@serg.mysql.com2002-11-091-0/+1
| | |
| * | Added --skip-safemalloc to mysqltestmonty@mashka.mysql.fi2002-10-291-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | 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)
* | | removed double-ignored files (bk citool bug ?)serg@serg.mysql.com2002-11-111-110/+1
| | |
* | | remove all the auto-generated files but NOT vxworks/* ones.serg@serg.mysql.com2002-11-111-0/+134
| | | | | | | | | | | | | | | | | | The reason is that vxworks files are most often, one file per directory, and when such a file is removed directory is gone as well. Though files are auto-generated, directories aren't.
* | | Merge mysql.com:/home/nick/mysql/repository/mysql-4.1nick@mysql.com2002-10-301-12/+13
|\ \ \ | | | | | | | | | | | | into mysql.com:/home/nick/mysql/mysql-4.1
| * | | some test cases for the bugs being fixedSinisa@sinisa.nasamreza.org2002-10-301-0/+3
| | | |
* | | | Reordered functions--grouped by class now.nick@mysql.com2002-10-291-0/+2
|/ / / | | | | | | | | | Added comment blocks.
* | | support for HA_READ_PREFIX_LAST_OR_PREV in headresserg@serg.mysql.com2002-10-251-0/+8
| | | | | | | | | | | | | | | full support for HA_READ_PREFIX_LAST_OR_PREV in MyISAM protected by #if NOT_IMPLEMENTED_YET in opt_range.cc as not all table handlers support it
* | | Update libmysqld to use 4.1 protocol.monty@mashka.mysql.fi2002-10-021-0/+2
| | |
* | | Merge with 4.0.3monty@narttu.mysql.fi2002-08-301-0/+9
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | Some simple optimzations, more comments and indentation changes. Add ` around database in 'use database' in binary log. Moved max_error_count and max_warning_count to variables struct. Removed SHOW_WARNS_COUNT and SHOW_ERRORS_COUNT calls. Changed string functions to use character set of first string argument as default return characterset (Each string function can change the above assumption if needed)
| * | New file to generate a html page to review a charsetbar@bar.udmsearch.izhnet.ru2002-08-061-0/+1
| | |
| * | Database default charset now works:bar@gw.udmsearch.izhnet.ru2002-06-241-0/+1
| | | | | | | | | | | | CREATE DATABASE dbname DEFAULT CHARACTERSET=latin1
| * | merge with 4.0monty@hundin.mysql.fi2002-06-031-0/+8
| |\ \
| * \ \ mergemonty@hundin.mysql.fi2002-04-131-5/+12
| |\ \ \
| | * | | Derived tables !Sinisa@sinisa.nasamreza.org2002-03-261-0/+2
| | | | |
| | * | | Porting from mysql-4.0.Sinisa@sinisa.nasamreza.org2002-02-281-0/+1
| | | | | | | | | | | | | | | | | | | | Read comments there if you are interested ..
| | * | | These files must be ignored being symlinked from /sql bar@gw.udmsearch.izhnet.ru2002-02-281-0/+2
| | | | |
| | * | | Merge abarkov@work.mysql.com:/home/bk/mysql-4.1bar@gw.udmsearch.izhnet.ru2002-02-221-3/+5
| | |\ \ \ | | | | | | | | | | | | | | | | | | into gw.udmsearch.izhnet.ru:/usr/home/bar/mysql-4.1
| | | * | | Added GIS extensionbar@gw.udmsearch.izhnet.ru2002-02-221-0/+2
| | | | | |