summaryrefslogtreecommitdiff
path: root/.bzrignore
Commit message (Collapse)AuthorAgeFilesLines
* Ugly merge! But I am not done yet - there are a number of things I need to fixsasha@mysql.sashanet.com2002-01-191-1/+7
|\ | | | | | | before I can push
| * Here comes a nasty patch, although I am not ready to push it yet. I willsasha@mysql.sashanet.com2002-01-191-0/+6
| | | | | | | | | | | | | | | | | | | | first pull, merge,test, and get it to work. The main change is the new replication code - now we have two slave threads SQL thread and I/O thread. I have also re-written a lot of the code to prepare for multi-master implementation. I also documented IO_CACHE quite extensively and to some extend, THD class.
* | Add support for NULL=NULL in keys (Used in GROUP BY optimization)monty@hundin.mysql.fi2002-01-161-0/+1
| | | | | | | | | | | | Add ISAM to Windows version Fix of test results Fixes for NULL keys in HEAP tables.
* | Changes for the BitKeeper resolve.Sinisa@sinisa.nasamreza.org2001-12-261-0/+2
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | One more notice: limiting number of queries per hour for different users has been done on 4.0.1 , but I can port it to 3.23.* This will require only certain changes, like number of columns in user table. I will also make a test case for it, after it is approved by Monty, as result file will depend on the error message text.
| * | This is a large push. Included are :Sinisa@sinisa.nasamreza.org2001-12-261-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * multi-table updates * new paid feature for limiting number of queries per hour for users * optional syntax for multi-table deletes * optimization for SQL_CALC_FOUND_ROWS * a small addition for CREATE .. SELECT that will be of future use I know that all this will require many additions to documentation, which I have not done, but I am at Arjen's disposal to help him document all this.
* | | Merge work:/home/bk/mysql-4.0sasha@mysql.sashanet.com2001-12-251-0/+1
|\ \ \ | | | | | | | | | | | | into mysql.sashanet.com:/reiser-data/mysql-4.0-stable
| * | | some work on mysql_installsasha@mysql.sashanet.com2001-12-251-0/+1
| | | |
* | | | Mergeserg@serg.mysql.com2001-12-211-2/+3
|\ \ \ \ | |/ / / |/| | |
| * | | mysql_fix_extensions addedserg@serg.mysql.com2001-12-191-0/+1
| | |/ | |/|
* | | Fix after mergemonty@hundin.mysql.fi2001-12-171-0/+1
|/ /
* | Fixed fulltext after merge from 3.23.45monty@hundin.mysql.fi2001-11-221-0/+1
| | | | | | | | First (incomplete) version of transaction and as3ap tests.
* | Merge work:/home/bk/mysql-4.0sasha@mysql.sashanet.com2001-11-071-0/+2
|\ \ | | | | | | | | | into mysql.sashanet.com:/home/sasha/src/bk/mysql-4.0
| * \ Merge work:/home/bk/mysql-4.0sasha@mysql.sashanet.com2001-11-031-16/+18
| |\ \ | | | | | | | | | | | | into mysql.sashanet.com:/home/sasha/src/bk/mysql-4.0
| | * | more work on IO_CACHEsasha@mysql.sashanet.com2001-11-031-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | portability fixes for systems with broken syscalls that do not interrupt on a signal temporary commit - will not be pushed, need to sync up
* | | | Merge hundin:/my/mysql-4.0 into bitch.mysql.fi:/my/mysql-4.0monty@bitch.mysql.fi2001-11-051-0/+3
|\ \ \ \
| * \ \ \ Merge hundin:/my/mysql-4.0 into bitch.mysql.fi:/my/mysql-4.0monty@bitch.mysql.fi2001-10-111-0/+1
| |\ \ \ \
| * \ \ \ \ Merge hundin:/my/mysql-4.0 into bitch.mysql.fi:/my/mysql-4.0monty@bitch.mysql.fi2001-10-081-0/+3
| |\ \ \ \ \
| | * \ \ \ \ Merge hundin:/my/mysql-4.0 into bitch.mysql.fi:/my/mysql-4.0monty@bitch.mysql.fi2001-09-191-10/+13
| | |\ \ \ \ \
| | | * | | | | Better purify informationmonty@bitch.mysql.fi2001-09-191-0/+3
| | | | | | | |
* | | | | | | | merge with 3.23.44monty@hundin.mysql.fi2001-11-041-16/+16
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | Fixed problem with t1 LEFT_JOIN t2 ... WHERE t2.date_column IS NULL when ↵monty@hundin.mysql.fi2001-11-031-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | date_column is declared as NOT NULL.
* | | | | | | | Remove bdb/include/*_ext.h from revision control. They aretim@black.box2001-11-011-0/+15
| |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | generated automatically.
* | | | | | | Improve libmsyql_r and libmysqld sections of manual.tim@black.box2001-10-291-0/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge sinisa@work.mysql.com:/home/bk/mysql-4.0Sinisa@sinisa.nasamreza.org2001-10-191-1/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | into sinisa.nasamreza.org:/mnt/hdc/Sinisa/mysql-4.0
| * | | | | | Unchecked changes, so that I could run mysql-test.Sinisa@sinisa.nasamreza.org2001-10-191-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | If I ruined anything, write your complaints to sasha@mysql.com
* | | | | | | Another reserved words fixup.Administrator@co3064164-a.rochd1.qld.optushome.com.au2001-10-191-0/+1
| | | | | | |
* | | | | | | Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0monty@hundin.mysql.fi2001-10-171-1/+3
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Explanation of maximum index length changed to maximum index width.Administrator@co3064164-a.rochd1.qld.optushome.com.au2001-10-171-0/+1
| | | | | | |
* | | | | | | Don't do signal() on windows (Causes instability problems)monty@hundin.mysql.fi2001-10-171-1/+0
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Safer, a bit faster filesort. Code changes to avoid calls to current_thd() (faster code). Removed all compiler warnings from readline.
* | | | | | Removed old chapter about Unireg.Administrator@co3064164-a.2001-10-151-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Inserted note about stable codebase and backwards compatibility in "How stable is MySQL" section.
* | | | | | Merge work:/home/bk/mysql-4.0serg@serg.mysql.com2001-10-121-0/+1
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | | | | | | into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
| * | | | | Added missing files in libmysqld and the RPM spec filemonty@hundin.mysql.fi2001-10-111-0/+1
| | |/ / / | |/| | |
* | | | | mergedserg@serg.mysql.com2001-10-091-12/+17
|\ \ \ \ \ | |/ / / /
| * | | | mergemonty@hundin.mysql.fi2001-10-081-2/+4
| |\ \ \ \
| | * | | | Updated manual about embedded version.monty@hundin.mysql.fi2001-10-081-0/+2
| | | |/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Speed up column-completion in 'mysql' Don't use ISAM if HAVE_ISAM is not defined A lot of fixes for the embedded version. All libraries are now included in libmysqld.a Changed arguments to convert_dirname() to make it more general. Renamed files in the 'merge' directory to all use a common prefix. Don't compile both assembler and C functions on x86
| * | | | client/mysqlmanagerc.csasha@mysql.sashanet.com2001-09-271-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | added support for quiet increased line buffer size client/mysqltest.c fixed memory leak added query logging to result file added error message logging to result file added enable_query_log/disable_query_log mysql-test/mysql-test-run.sh converted tests to use mysqlmanager Updated test results
| * | | | added mysqlmanager-pwgensasha@mysql.sashanet.com2001-09-221-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | added set_exec_stdout and set_exec_stderr to mysqlmanager to be able to redirect stdout and stderr added support for MY_FULL_IO to my_read, so we can tell it to read a number of bytes in as many chunks as it takes instead of one try
| * | | | mergedsasha@mysql.sashanet.com2001-09-191-10/+11
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | fixes for MYSQL managersasha@mysql.sashanet.com2001-09-191-0/+1
| | | | |
* | | | | Boolean search passes _some_ testsserg@serg.mysql.com2001-10-091-0/+2
|/ / / /
* | | | Fix to get pstack included in distributionmonty@hundin.mysql.fi2001-09-181-0/+2
| | | | | | | | | | | | | | | | Fix to get libmysqld examples to be included in distribution
* | | | Fixed locking problem when using bulk insertmonty@hundin.mysql.fi2001-09-171-0/+8
| | | | | | | | | | | | | | | | | | | | Fixed array overrun when using drop_db Portability fixes
* | | | Mergetim@black.box2001-09-161-3/+4
|\ \ \ \ | |_|_|/ |/| | |
| * | | Add some examples for using libmysqld, including a hack for running thetim@black.box2001-09-161-0/+1
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | mysql test suite. A few minor libmysqld fixes. Add mysql_server_init() and _end() to mysql.cc and mysqltest.c, so they can be linked against libmysqlclient or libmysqld.
* | | Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0monty@hundin.mysql.fi2001-09-151-0/+1
| | |
* | | Added my_global.hmonty@hundin.mysql.fi2001-09-151-1/+0
| | |
* | | Cleanupsmonty@hundin.mysql.fi2001-09-151-0/+1
|/ /
* | fixed coredump, and changed mngd->managersasha@mysql.sashanet.com2001-08-291-0/+1
| |
* | Merge work:/home/bk/mysql-4.0sasha@mysql.sashanet.com2001-08-271-3/+7
|\ \ | | | | | | | | | into mysql.sashanet.com:/home/sasha/src/bk/mysql-4.0
| * | work on MySQL server management daemonsasha@mysql.sashanet.com2001-08-271-0/+4
| | |