summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge bk-internal:/home/bk/mysql-4.0/serg@serg.mylan2004-01-203-11/+20
|\ | | | | | | into serg.mylan:/usr/home/serg/Abk/mysql-4.0
| * two bugs in parallel repair fixedserg@serg.mylan2004-01-203-11/+20
| |
* | Proper fix for bug with BLOB in MIN/MAXmonty@mysql.com2004-01-192-7/+9
| |
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.0monty@mysql.com2004-01-195-35/+155
|\ \ | | | | | | | | | into mysql.com:/home/my/mysql-4.0
| * | Fixed bug in IN() optimizationmonty@mysql.com2004-01-191-2/+2
| | |
| * | Fixed table crash bug when updating row > 16M (Bug #2159)monty@mysql.com2004-01-154-33/+153
| | |
* | | BUG#2428 "--old-rpl-compat is broken":guilhem@mysql.com2004-01-183-31/+14
| | | | | | | | | | | | | | | | | | | | | | | | I remove the --old-rpl-compat which produces broken binlogs readable neither by 4.0 nor by 3.23. This option is a leftover of the early replication of 4.0.0, when it was still partly compatible with 3.23. I explained this to the user in the bug report.
* | | Merge bk-internal.mysql.com:/home/bk/mysql-4.0konstantin@mysql.com2004-01-161-1/+1
|\ \ \ | | | | | | | | | | | | into mysql.com:/home/kostja/mysql/mysql-4.0-root
| * | | typo fixed PPTHREAD -> PTHREADkonstantin@mysql.com2004-01-161-1/+1
| | | |
* | | | Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.0Sinisa@sinisa.nasamreza.org2004-01-1630-106/+344
|\ \ \ \ | | | | | | | | | | | | | | | into sinisa.nasamreza.org:/mnt/work/mysql-4.0
| * | | | Wrote small Windows build automation script in preparation greg@mysql.com2004-01-151-0/+82
| | | | | | | | | | | | | | | | | | | | for re-working project files and enabling remote builds.
| * | | | Merge lgrimmer@build.mysql.com:/home/bk/mysql-4.0lenz@mysql.com2004-01-153-4/+26
| |\ \ \ \ | | | |_|/ | | |/| | | | | | | into mysql.com:/space/my/mysql-4.0
| | * | | Merge bk-internal:/home/bk/mysql-4.0/serg@serg.mylan2004-01-153-4/+26
| | |\ \ \ | | | | | | | | | | | | | | | | | | into serg.mylan:/usr/home/serg/Abk/mysql-4.0
| | | * | | an obvious bug in _mi_key_cmp fixed (BUG#2295 - range on blobs)serg@serg.mylan2004-01-153-4/+26
| | | | | |
| * | | | | - fixed early removing of socket file when multiple instances of mysqld arelenz@mysql.com2004-01-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | started via mysqld_safe (BUG#2114) Thanks to Rodrigo Marchant for the suggestion
| * | | | | Merge mysql.com:/space/my/mysql-4.0lenz@mysql.com2004-01-151-16/+0
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | into mysql.com:/space/my/mysql-4.0-build
| | * | | | row0ins.c:heikki@hundin.mysql.fi2004-01-141-16/+0
| | | | | | | | | | | | | | | | | | | | | | | | Fix bug: FOREIGN KEY ... ON UPDATE/DELETE NO ACTION must check the foreign key constraint, not ignore it. Peter Gulutzan said that NO ACTION should check the constraint as deferred, at the end of the SQL statement, while RESTRICT should check it immediately. Since we do not have defered constraints in InnoDB, this bug fix makes InnoDB to check NO ACTION constraints immediately, like it checks RESTRICT constraints.
| * | | | | Merge mysql.com:/space/my/mysql-4.0lenz@mysql.com2004-01-131-2/+2
| |\ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | into mysql.com:/space/my/mysql-4.0-build
| | * | | | - be able to build MySQL-shared-compat RPMs for other archs than i386lenz@mysql.com2004-01-131-2/+2
| | | | | |
| * | | | | Merge lgrimmer@build.mysql.com:/home/bk/mysql-4.0lenz@mysql.com2004-01-131-1/+1
| |\ \ \ \ \ | | |/ / / / | | | / / / | | |/ / / | |/| | | into mysql.com:/space/my/mysql-4.0
| | * | | - improved wording in mysql_install_db on what to do to set the password lenz@mysql.com2004-01-131-1/+1
| | | | | | | | | | | | | | | | | | | | for the MySQL root user (BUG#2375)
| * | | | Merge bk-internal:/home/bk/mysql-4.0/serg@serg.mylan2004-01-134-9/+47
| |\ \ \ \ | | |/ / / | |/| | | | | | | | into serg.mylan:/usr/home/serg/Abk/mysql-4.0
| | * | | BUG#2304 - HANDLER and tables in non-current dbserg@serg.mylan2004-01-134-9/+47
| | | | |
| * | | | Checked and applied Novell-supplied patches inside the netware directory only.greg@mysql.com2004-01-1218-73/+185
| | | | |
* | | | | Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.0Sinisa@sinisa.nasamreza.org2004-01-124-3/+17
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | into sinisa.nasamreza.org:/mnt/work/mysql-4.0
| * | | | opt_sum.cc:Sinisa@sinisa.nasamreza.org2004-01-123-1/+15
| | | | | | | | | | | | | | | | | | | | A fix for a bug #3189, pertaining to crashing MySQL server when a query with MIN / MAX on the BLOB column is to be optimised
| * | | | mysqldump.c:Sinisa@sinisa.nasamreza.org2004-01-061-2/+2
| | |/ / | |/| | | | | | | | | | Fix for UNLOCK TABLES bug #2242
* | | | A fix (bug #2335: Inconsistancy with handling of Years and NOW() function).ram@gw.mysql.r18.ru2004-01-113-0/+16
| |_|/ |/| | | | | | | | The test might fail if one runs it at 23:59:59 Dec 31
* | | Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.0ram@gw.mysql.r18.ru2004-01-094-17/+40
|\ \ \ | |_|/ |/| | | | | into gw.mysql.r18.ru:/usr/home/ram/work/4.0.b2231
| * | An improvement of the fix for the bug #2231: string column, ram@gw.mysql.r18.ru2004-01-083-15/+21
| | | | | | | | | | | | INDEX+LIKE, don't take the ESCAPE character. (ver. 2)
| * | Fix for the bug #2231: string column, INDEX+LIKE, don't take the ESCAPE ↵ram@gw.mysql.r18.ru2003-12-304-9/+26
| | | | | | | | | | | | | | | | | | character. (acctually i don't like the fix, any suggestions?)
* | | buf0lru.c:heikki@hundin.mysql.fi2004-01-071-8/+12
| | | | | | | | | | | | Start InnoDB Monitor if 80 % of the buffer pool occupied by adaptive has or lock heaps; do not print the same warning more than 1 time
* | | trx0sys.c:heikki@hundin.mysql.fi2004-01-061-1/+1
| | | | | | | | | | | | DO NOT MERGE TO 4.1: forgot to change this in the previous push
* | | Merge heikki@build.mysql.com:/home/bk/mysql-4.0heikki@hundin.mysql.fi2004-01-061-1/+1
|\ \ \ | | | | | | | | | | | | into hundin.mysql.fi:/home/heikki/mysql-4.0
| * | | trx0sys.c:heikki@hundin.mysql.fi2004-01-061-1/+1
| | | | | | | | | | | | | | | | DO NOT MERGE TO 4.1: charset changes can cause problems in a downgrade 4.1.1 -> 4.0.18
* | | | Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0guilhem@mysql.com2004-01-069-9/+9
|\ \ \ \ | |/ / / |/| | | | | | | into mysql.com:/home/mysql_src/mysql-4.0
| * | | Completion of fix for BUG#2121 "Inadequate message "check permissions on ↵guilhem@mysql.com2004-01-069-9/+9
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | master.info"": I had not corrected these languages. As it has been discussed with the docs team, the new messages will be merged to 4.1, and then will be translated in 4.1 (they will remain in English in 4.0).
* | | trx0sys.c, srv0start.c, ibuf0ibuf.c, trx0sys.h, srv0srv.h:heikki@hundin.mysql.fi2004-01-065-1/+140
|/ / | | | | | | DO NOT MERGE TO 4.1: add code for automatic downgrade 4.1.1 -> 4.0 if the user has not created multiple tablespaces yet
* | Mergemonty@mysql.com2003-12-3033-16/+65
|\ \ | |/
| * Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-4.0bar@bar.intranet.mysql.r18.ru2003-12-242-1/+2
| |\ | | | | | | | | | into bar.intranet.mysql.r18.ru:/usr/home/bar/mysql-4.0
| | * ctype-big5.c:bar@bar.intranet.mysql.r18.ru2003-12-242-1/+2
| | | | | | | | | | | | | | | Like did not work in some cases ,
| * | log0log.c:heikki@hundin.mysql.fi2003-12-231-1/+12
| | | | | | | | | | | | Do not assert in log0log.c, line 856 if ib_logfiles are too small for innodb_thread_concurrency. Instead, print instructions how to adjust my.cnf and call exit(1).
| * | - Fixed another missing spacelenz@mysql.com2003-12-231-1/+1
| | |
| * | - marked /etc/logrotate.d/mysql as a config file in the RPM spec filelenz@mysql.com2003-12-221-1/+5
| | | | | | | | | | | | (BUG#2156)
| * | typos fixedserg@serg.mylan2003-12-221-2/+3
| | |
| * | Merge bk-internal:/home/bk/mysql-4.0/serg@serg.mylan2003-12-191-3/+9
| |\ \ | | | | | | | | | | | | into serg.mylan:/usr/home/serg/Abk/mysql-4.0
| | * | do not put --user into command line if the value comes from [mysqld] or ↵serg@serg.mylan2003-12-191-3/+9
| | | | | | | | | | | | | | | | | | | | | | | | [server] sections Bug #2163
| * | | Merge vvagin@bk-internal.mysql.com:/home/bk/mysql-4.0vva@eagle.mysql.r18.ru2003-12-1826-8/+35
| |\ \ \ | | | | | | | | | | | | | | | into eagle.mysql.r18.ru:/home/vva/work/BUG_2086/mysql-4.0
| | * \ \ Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-4.0vva@eagle.mysql.r18.ru2003-12-1826-8/+35
| | |\ \ \ | | | |_|/ | | |/| | | | | | | into eagle.mysql.r18.ru:/home/vva/work/BUG_2086/mysql-4.0
| | | * | added error message for receiving variable with wrong GLOBAL|LOCAL typevva@eagle.mysql.r18.ru2003-12-1726-8/+35
| | | | | | | | | | | | | | | | | | | | (bug #2086)