summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* mergedserg@serg.mysql.com2001-04-13105-2162/+1209
|\
| * manually mergedserg@serg.mysql.com2001-04-132-18/+228
| |\
| | * Fulltext search section movedserg@serg.mysql.com2001-03-261-216/+215
| | |
| * | log0recv.c Change Innobase text to InnoDBheikki@donna.mysql.fi2001-04-136-160/+161
| | | | | | | | | | | | | | | | | | | | | log0log.c Change Innobase text to InnoDB srv0start.c Change Innobase text to InnoDB srv0srv.c Change Innobase text to InnoDB ha_innobase.cc Change Innobase text to InnoDB
| * | Changes to get mysqld-max to compilemonty@donna.mysql.fi2001-04-138-27/+61
| | |
| * | Merge work:/home/bk/mysql into donna.mysql.fi:/home/my/bk/mysqlmonty@donna.mysql.fi2001-04-1393-1951/+706
| |\ \
| | * | Changed Innobase to Innodbmonty@donna.mysql.fi2001-04-1392-1951/+705
| | | | | | | | | | | | | | | | Deleted a lot of old benchmark runs
| * | | manual.texi Fix Bowser's birth date (1998 -> 1989)paul@central.snake.net2001-04-122-4/+2
| | | |
| * | | BitKeeper/triggers/post-commitsasha@mysql.sashanet.com2001-04-126-7/+37
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | do REAL_EMAIL magic mysql-test/mysql-test-run.sh added show_failed_diffs mysql-test/r/bench_count_distinct.result tired of waiting :-) mysql-test/r/rpl000001.result new test results after implementing Monty's Hack (TM) mysql-test/t/bench_count_distinct.test tired of waiting mysql-test/t/rpl000001.test implemented Monty's Hack (TM) to kill a query in the middle of update without generating a table with 30,000 rows. This will also avoice the timing uncertainty
| * | Added intern which functions to benchmarksmonty@donna.mysql.fi2001-04-122-0/+25
| | |
* | | Merge work:/home/bk/mysql-4.0sasha@mysql.sashanet.com2001-04-1113-28/+81
|\ \ \ | | | | | | | | | | | | into mysql.sashanet.com:/home/sasha/src/bk/mysql-4.0
| * | | Added SQL_CALC_FOUND_ROWS and FOUND_ROWS()monty@donna.mysql.fi2001-04-1214-29/+82
| | | |
* | | | BitKeeper/triggers/post-commitsasha@mysql.sashanet.com2001-04-113-1/+81
| | | | | | | | | | | | | | | | | | | | | | | | | | | | use REAL_EMAIL myisam/mi_search.c merged the dropped lines ignore junk in libmysqld directory
* | | | Ugly merge of 3.23 changes into 4.0 - fix up neededsasha@mysql.sashanet.com2001-04-1187-1348/+66626
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | Added all changes from old 4.0 version:monty@work.mysql.com2001-04-1187-1398/+66678
| | | | | | | | | | | | | | | | | | | | | | | | | | | PSTACK, libmysqld and MySQL filesystem UPDATE ... ORDER BY DELETE ... ORDER BY New faster fulltext handling Faster compressed keys
* | | re-added line that was resolved out during mergesasha@mysql.sashanet.com2001-04-111-0/+2
| | |
* | | mergesasha@mysql.sashanet.com2001-04-117-3/+37
|\ \ \
| * | | mysql-test/t/rpl000015.testsasha@mysql.sashanet.com2001-04-111-1/+1
| | | | | | | | | | | | | | | | reversed incorrect temporary change
| * | | fixed bugs in the new stuff in rpl000001 testsasha@mysql.sashanet.com2001-04-118-2/+38
| | | | | | | | | | | | | | | | | | | | | | | | start slave thread if master.info is present and server_id is set updates for rpl000015 and rpl000016 to remove master.info to make sure master info struct does not get auto-initialized
* | | | Fixed bug when using a key on a CHAR(255) NULL columnmonty@donna.mysql.fi2001-04-125-3/+29
|/ / /
* | | os0file.c Change pwrite to os_file_pwrite to allow compilation if no pwriteheikki@donna.mysql.fi2001-04-112-4/+2
| | |
* | | Merge work:/home/bk/mysql into donna.mysql.fi:/home/my/bk/mysqlmonty@donna.mysql.fi2001-04-119-15/+132
|\ \ \
| * | | Fixed bug in REGEXP for Linux Alphamonty@donna.mysql.fi2001-04-118-15/+131
| | | |
* | | | Merge work:/home/bk/mysqlsasha@mysql.sashanet.com2001-04-109-21/+134
|\ \ \ \ | | | | | | | | | | | | | | | into mysql.sashanet.com:/home/sasha/src/bk/mysql
| * | | | do not log the drop internal temporary tables into the binary logsasha@mysql.sashanet.com2001-04-108-21/+133
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mark killed partially completed updates with an error code in binlog stop replication if the master reports a possible partial/killed update test partially killed update
* | | | | Fixed a bug in pager, + added a feature to it.jani@hynda.mysql.fi2001-04-112-3/+13
| |_|/ / |/| | |
* | | | srv0srv.h Merging work for 3.23.37heikki@donna.mysql.fi2001-04-1013-210/+492
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | os0thread.c Set created thread priority to QUERY_PRIOR if specified row0mysql.c Drop table removes locks on the table, error handling changed row0ins.c Insert now always sets a shared lock on a duplicate or suspected duplicate record lock0lock.h Can remove locks from a table to be dropped lock0lock.c Can remove locks from a table to be dropped srv0srv.c Try to do log flush every second srv0start.c No need for a slash at the end of dir trx0trx.h Added an IGNORE option field to trx handle trx0trx.c Added an IGNORE option field to trx handle ha_innobase.h Added last_query_id field to handle ha_innobase.cc Fix drop table hang, roll-forward etc.
* | | Merge work:/home/bk/mysqlsasha@mysql.sashanet.com2001-04-109-75/+197
|\ \ \ | |/ / | | | | | | into mysql.sashanet.com:/home/sasha/src/bk/mysql
| * | Merge work:/home/bk/mysql into donna.mysql.fi:/home/my/bk/mysqlmonty@donna.mysql.fi2001-04-109-75/+197
| |\ \
| | * | updated ignoremonty@donna.mysql.fi2001-04-101-0/+1
| | | |
| | * | Fixed bug with UPDATE/DELETE on UNIQUE key which could be NULLmonty@donna.mysql.fi2001-04-107-15/+135
| | | |
* | | | mysql-test/t/bench_count_distinct.testsasha@mysql.sashanet.com2001-04-091-1/+1
| | | | | | | | | | | | | | | | make table delay key write to speed things up a bit
* | | | added gprof optionssasha@mysql.sashanet.com2001-04-093-1/+41
|/ / / | | | | | | | | | added a benchmark test for count(distinct)
* | | added compile-pentium-gprofsasha@mysql.sashanet.com2001-04-093-1/+42
|/ / | | | | | | ignore generated files from bdb
* | Fixed INSERT DELAYED with Innobasemonty@donna.mysql.fi2001-04-0918-99/+157
| | | | | | | | | | Fix for shutdown on NT Fixed bug when using wrong dates from blob field.
* | Updated a link in the manual.jani@janikt.pp.saunalahti.fi2001-04-092-2/+2
| |
* | fixed Do-rpm to not omit frame pointersasha@mysql.sashanet.com2001-04-072-4/+3
| |
* | univ.i Prevent inlining of functions on HP-UX because GCC is broken thereheikki@donna.mysql.fi2001-04-066-3/+35
| | | | | | | | | | | | | | configure.in Prevent inlining of functions on HP-UX because GCC is broken there trx0trx.h Fix trx->error_info in MySQL debug version: Innobase and ha_innobase.cc saw a different size for pthread_mutex_t trx0trx.c Fix trx->error_info in MySQL debug version: Innobase and ha_innobase.cc saw a different size for pthread_mutex_t ha_innobase.cc Fix trx->error_info in MySQL debug version: Innobase and ha_innobase.cc saw a different size for pthread_mutex_t
* | Small fix to mail_to_db.pljani@janikt.pp.saunalahti.fi2001-04-061-3/+3
| |
* | Added --stdin option to mail_to_db.pljani@janikt.pp.saunalahti.fi2001-04-062-31/+43
| |
* | Merge work:/home/bk/mysqlsasha@mysql.sashanet.com2001-04-056-6/+40
|\ \ | | | | | | | | | into mysql.sashanet.com:/home/sasha/src/bk/mysql
| * | moved bdb/innobase to compile-pentium-debug-maxsasha@mysql.sashanet.com2001-04-056-6/+40
| | | | | | | | | | | | | | | | | | fixed bug in variable assignment in mysqltest fixed coredump on conversion from empty blob/text to date added test case for empty blob conversion to date
* | | Remove generated files from bdb source code control.tim@threads.polyesthetic.msg2001-04-0542-24407/+0
| | |
* | | Mergetim@threads.polyesthetic.msg2001-04-052-1/+9
|\ \ \
| * | | Clear up how ROUND() works (i.e., not the way you think).tim@threads.polyesthetic.msg2001-04-052-1/+8
| | | |
* | | | ut0dbg.h Print a better error message when an assertion failsheikki@donna.mysql.fi2001-04-051-8/+14
| | | |
* | | | accidentally merged a deleted piece of the manual back injcole@abel.spaceapes.com2001-04-041-21/+0
| | | |
* | | | manual mergejcole@abel.spaceapes.com2001-04-046-58/+108
|\ \ \ \ | | |/ / | |/| |
| * | | Updates/cleanup for Linux notessasha@mysql.sashanet.com2001-04-041-60/+72
| | | |
| * | | Merge work:/home/bk/mysqlsasha@mysql.sashanet.com2001-04-043-1/+14
| |\ \ \ | | | | | | | | | | | | | | | into mysql.sashanet.com:/home/sasha/src/bk/mysql