summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Some changes for SSLgluh@gluh.(none)2002-10-304-9/+20
|
* row0undo.c:heikki@hundin.mysql.fi2002-10-301-3/+14
| | | | Partial fix to a hang introduced in CREATE TABLE in the push last night
* lexyy.c:heikki@hundin.mysql.fi2002-10-301-0/+3
| | | | Update instructions about editing the files generated by flex and bison
* configure.in:heikki@hundin.mysql.fi2002-10-291-0/+2
| | | | In Linux do not printb thread id's but process no's in SHOW INNODB STATUS
* Many files:heikki@hundin.mysql.fi2002-10-2951-575/+1572
| | | | | | Merge InnoDB-4.0.5: new isolation levels READ COMMITTED and READ UNCOMMITTED now supported, selective deadlock resolution mysqld.cc: Change MySQL default isolation level to REPEATABLE READ; note that InnoDB has always had that default, and BDB and MyISAM always run at SERIALIZABLE level anyway
* Merge bk://work.mysql.com:7001Sinisa@sinisa.nasamreza.org2002-10-292-1/+5
|\ | | | | | | into sinisa.nasamreza.org:/mnt/work/mysql-4.0
| * finally pushing what I could not due to BK problemsSinisa@sinisa.nasamreza.org2002-10-282-1/+5
| |
* | fixed "huge number of packed rows in MyISAM" bug in 4.0 treeserg@serg.mysql.com2002-10-281-1/+2
| |
* | merged using "ul"serg@serg.mysql.com2002-10-280-0/+0
|\ \
| * | fixed MyISAM crash on dynamic-row tables with huge number of to-be-packed fieldsserg@serg.mysql.com2002-10-282-1/+173
| | |
* | | fixing after automerge with 3.23serg@serg.mysql.com2002-10-261-38/+0
| | |
* | | sql_yacc.yy:serg@serg.mysql.com2002-10-261-12/+10
| |/ |/| | | | | cleanup
* | Merge work:/home/bk/mysql-4.0serg@serg.mysql.com2002-10-2512-11/+159
|\ \ | | | | | | | | | into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
| * \ mergedserg@serg.mysql.com2002-10-2512-11/+159
| |\ \ | | |/
| | * mergedserg@serg.mysql.com2002-10-250-0/+0
| | |\
| | | * BK automatic LOD removal.bk@admin.bk2002-10-253-97/+104
| | | |
| | | * memory leak closedserg@serg.mysql.com2002-10-251-1/+2
| | | |
| | * | lexyy.c, pars0grm.c:heikki@hundin.mysql.fi2002-10-252-3/+10
| | | | | | | | | | | | | | | | Include univ.i before any system headers to remove a large file compilation failure on AIX
| | * | Merge lgrimmer@work.mysql.com:/home/bk/mysqllenz@mysql.com2002-10-244-3/+16
| | |\ \ | | | | | | | | | | | | | | | into mysql.com:/space/my/mysql-3.23
| | | * \ Merge work:/my/mysql-3.23 into hundin.mysql.fi:/my/mysql-3.23monty@hundin.mysql.fi2002-10-244-3/+16
| | | |\ \
| | | | * | Fixed problem with BDB tables and ALTER TABLEmonty@hundin.mysql.fi2002-10-244-3/+16
| | | | | |
| | * | | | - Fix for Do-compile: Enable InnoDB to autoextend the table space iflenz@mysql.com2002-10-231-1/+1
| | |/ / / | | | | | | | | | | | | | | | | | | | | necessary (required to actually pass the sql-bench without aborting with "table space full")
| | * | | - added "darwin" to the list of systems that are known to support thelenz@mysql.com2002-10-211-3/+3
| | |/ / | | | | | | | | | | | | | | | | | | | | -p option for cp and the -r option for scp (thank to Paul DuBois for the patch) - fixed a typo
| | * | BK automatic LOD removal.bk@admin.bk2002-10-203-97/+104
| | | |
| | * | Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysqlmonty@hundin.mysql.fi2002-10-201-1/+1
| | |\ \
| | | * | Fixed usage of putenv() on windows (in not normally used code)monty@hundin.mysql.fi2002-10-201-1/+1
| | | | |
| | * | | - fixed typo in scripts/mysql_convert_table_format.shlenz@mysql.com2002-10-181-1/+1
| | | | |
| | * | | - fixed typo in mysqld.cc: "agaist" -> "against"lenz@mysql.com2002-10-171-1/+1
| | | | |
| | * | | Added optional NT service and fix the TZ variable bugmiguel@hegel.br2002-10-164-34/+195
| | |/ /
* | | | Merge nleippe@work.mysql.com:/home/bk/mysql-4.0nick@mysql.com2002-10-2414-24/+24
|\ \ \ \ | | | | | | | | | | | | | | | into mysql.com:/home/nick/mysql/repository/mysql-4.0
| * | | | - replaced all occurences of HPUX with HPUX10 (to be prepared for eventuallenz@mysql.com2002-10-2414-24/+24
| |/ / / | | | | | | | | | | | | differences in HPUX11)
* | | | fixed prev. commit (was commited in disabled state)nick@mysql.com2002-10-241-1/+1
| | | |
* | | | added new syntax:nick@mysql.com2002-10-241-0/+17
|/ / / | | | | | | | | | | | | STOP|START SLAVE rather than SLAVE STOP|START, which is now deprecated and should be deleted in 4.1
* | | Merge work:/home/bk/mysql-4.0serg@serg.mysql.com2002-10-239-17/+148
|\ \ \ | | | | | | | | | | | | into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
| * | | Do-compile fixes:lenz@mysql.com2002-10-231-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - fixed essential piece missing from last merge with 3.23 tree (InnoDB option) - Added "autoextend" parameter to InnoDB startup options to be able to pass the full sql-bench run without hitting an "table space full" error
| * | | Merge mysql.com:/home/nick/mysql/repository/mysql-4.0nick@mysql.com2002-10-228-15/+139
| |\ \ \ | | | | | | | | | | | | | | | into mysql.com:/home/nick/mysql/mysql-4.0
| | * | | Added Rand_log_eventnick@mysql.com2002-10-227-5/+123
| | | | |
| | * | | Moved rand initialization from mysqld.cc to sql_class.cc:THD::THD()nick@mysql.com2002-10-172-10/+16
| | | | |
* | | | | less restrictive test for max key length in mi_createserg@serg.mysql.com2002-10-231-1/+1
| | | | |
* | | | | truncate both MYI and MYD files on DELETE FROM table; to avoid warnings on ↵serg@serg.mysql.com2002-10-221-4/+5
|/ / / / | | | | | | | | | | | | CHECK TABLE
* | | | Merge abotchkov@work.mysql.com:/home/bk/mysql-4.0hf@genie.(none)2002-10-212-0/+2
|\ \ \ \ | | | | | | | | | | | | | | | into genie.(none):/home/hf/work/04
| * | | | Embedded server bugfixhf@genie.(none)2002-10-212-0/+2
| | | | |
* | | | | After bk -r check -ff (to be able to upgrade to bk 3.0)monty@work.mysql.com2002-10-200-0/+0
| | | | |
* | | | | BK automatic LOD removal.bk@admin.bk2002-10-203-1092/+1102
| | | | |
* | | | | 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
| | | | | |
* | | | | | ftb wasn't able to re-initialize index search (oops! in joins)serg@serg.mysql.com2002-10-191-1/+2
| | | | | |
* | | | | | Merge work:/home/bk/mysql-4.0serg@serg.mysql.com2002-10-184-25/+34
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
| * | | | | some DBUG_ENTER/RETURN macro addedserg@serg.mysql.com2002-10-184-25/+34
| |/ / / / | | | | | | | | | | | | | | | safer GWS_PROB, avoid log(0)
* | | | | Small code improvement in multi-table updatesSinisa@sinisa.nasamreza.org2002-10-172-9/+11
| |/ / / |/| | |