summaryrefslogtreecommitdiff
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* Update for BTREE keys in HEAP tablesmonty@tik.mysql.fi2002-04-121-3/+5
| | | | Split handler->option_flag() to handler->table_flags() and handler->index_flags()
* Fix for HAVE_QUERY_CACHEmonty@hundin.mysql.fi2002-04-022-2/+1
| | | | Remove not used flag CLIENT_CHANGE_USER
* Cleanupsmonty@hundin.mysql.fi2002-04-023-13/+16
| | | | Don't use DBUG library for struct st_my_thread_var to make code less complicated.
* Merge work:/home/bk/mysql-4.0sasha@mysql.sashanet.com2002-03-261-0/+4
|\ | | | | | | into mysql.sashanet.com:/reiser-data/mysql-4.0
| * coverted my_thread_init() /end to use my_malloc()/my_free() to help tracksasha@mysql.sashanet.com2002-03-261-0/+4
| | | | | | | | down replication corruption
* | merge (remove conflicting zip files)monty@hundin.mysql.fi2002-03-272-4/+4
|\ \
| * \ merge with 3.23.50monty@hundin.mysql.fi2002-03-271-1/+1
| |\ \
| | * | Fixed overflow bugmonty@hundin.mysql.fi2002-03-261-1/+1
| | | |
| | * | Added help for --local-infilemonty@hundin.mysql.fi2002-03-121-0/+1
| | | | | | | | | | | | | | | | | | | | Fix for bug on intel where (int32) 1 << 32 == 1, which gave problems when using 32 keys. Allow SET PASSWORD for anonymous user
| * | | support for unsigned FLOAT/DOUBLEmonty@hundin.mysql.fi2002-03-272-3/+3
| | | |
* | | | Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.0bell@sanja.is.com.ua2002-03-231-0/+8
|\ \ \ \ | | | | | | | | | | | | | | | into sanja.is.com.ua:/home/bell/mysql/work-qc-4.0
| * | | | added building without query cachebell@sanja.is.com.ua2002-03-221-0/+8
| |/ / /
* | | | REPAIR ... USE_FRMserg@serg.mysql.com2002-03-221-1/+1
| | | |
* | | | commit to pullserg@serg.mysql.com2002-03-211-0/+6
|/ / /
* | | mergedserg@serg.mysql.com2002-03-132-18/+27
|\ \ \
| * \ \ Merge work:/home/bk/mysql-4.0/jani@hynda.mysql.fi2002-03-132-18/+26
| |\ \ \ | | | | | | | | | | | | | | | into hynda.mysql.fi:/home/my/bk/mysql-4.0-quick-fixes
| | * | | Modifications to MySQL source in order to make it compile on QnX.jani@hynda.mysql.fi2002-03-132-18/+26
| | | |/ | | |/|
| * | | fix after mergemonty@hundin.mysql.fi2002-03-131-0/+1
| |/ /
* | | mi_check flags cleanupserg@serg.mysql.com2002-03-131-33/+41
|/ / | | | | | | | | CHECK/REPAIR syntax cleanup REPAIR ... USE_FRM syntax
* | DBUG_ASSERT_LOCKsasha@mysql.sashanet.com2002-03-081-0/+6
| |
* | merged from 3.23 to pull the LOAD DATA INFILE fix as rpl000001 was failing.sasha@mysql.sashanet.com2002-03-012-4/+15
|\ \ | |/ | | | | | | Let's hope this did not break anything. Will not push this one until Monty gets back
| * Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysqlserg@serg.mysql.com2002-02-201-1/+2
| |\
| * | Framework to simplify memory leak tracingserg@serg.mysql.com2002-01-222-4/+15
| | |
* | | merge with 3.23.49monty@hundin.mysql.fi2002-02-141-1/+2
|\ \ \ | | |/ | |/|
| * | Made LOAD DATA LOCAL INFILE more securemonty@tik.mysql.fi2002-02-131-1/+2
| |/
| * Backport of mysqldump from 4.0monty@hundin.mysql.fi2002-01-021-2/+2
| |
| * Portability fixesmonty@hundin.mysql.fi2001-12-271-0/+5
| |
* | Added --user=userid to mysqldmonty@tik.mysql.fi2002-02-131-6/+20
| | | | | | | | | | Fix for ctypes on windows Cleanup max_queries_per_hour
* | Bug fixes and new functionality added in my_getopt and myisamchkjani@rhols221.adsl.netsonic.fi2002-02-061-1/+2
| |
* | Merge work:/home/bk/mysql-4.0sasha@mysql.sashanet.com2002-01-311-0/+10
|\ \ | | | | | | | | | into mysql.sashanet.com:/reiser-data/mysql-4.0
| * | temporary commit to pull Monty's changessasha@mysql.sashanet.com2002-01-311-0/+10
| | |
* | | Fixes for new getoptmonty@hundin.mysql.fi2002-01-311-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | Bug fix when using --no-deaults Sets ref_length to right value (faster rnd_pos() handling in InnoDB). Fixed problem with multi-table-delete and InnoDB Fixed problem with truncate table, which required a COMMIT before. Fixed multi-table-delete bug with InnoDB. Remove not used index from EXPLAIN
* | | New functionality to my_getopt. myisamchk now uses my_getoptjani@hynda.mysql.fi2002-01-301-3/+4
|/ / | | | | | | only.
* | New error messagesmonty@hundin.mysql.fi2002-01-293-12/+14
| | | | | | | | | | | | | | | | Test of unsigned BIGINT values Fixes for queries-per-hour Cleanup of replication code (comments and portability fixes) Make most of the binary log code 4G clean Changed syntax for GRANT ... QUERIES PER HOUR
* | misc replication bugfixes including some needed modifications in IO_CACHEsasha@mysql.sashanet.com2002-01-262-2/+19
| | | | | | | | | | likely() and unlikely() branch prediction compiler hint macros clean-up of comments
* | Added my_getopt struct and modified myisamchk to the bk tree.jani@rhols221.adsl.netsonic.fi2002-01-252-1/+47
| |
* | more predicatable slave behaviour with wait_for_slave_stop in mysqltestsasha@mysql.sashanet.com2002-01-241-1/+4
| | | | | | | | | | | | fixed a couple of bugs with SEQ_READ_APPEND cache rpl000016 still has non-deterministic result, but I am going to commit and push since what I have is now better than what is in the main repository
* | Ugly merge! But I am not done yet - there are a number of things I need to fixsasha@mysql.sashanet.com2002-01-191-4/+76
|\ \ | | | | | | | | | 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-4/+76
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | Move HA_EXTRA_NO_READCHECK to ha_openmonty@hundin.mysql.fi2002-01-161-0/+1
| | | | | | | | | | | | Fixed bug in multi-table-delete
* | | Add support for NULL=NULL in keys (Used in GROUP BY optimization)monty@hundin.mysql.fi2002-01-162-0/+4
| | | | | | | | | | | | | | | | | | Add ISAM to Windows version Fix of test results Fixes for NULL keys in HEAP tables.
* | | Added support of null keys in HEAP tablesmonty@tik.mysql.fi2002-01-122-2/+5
| | | | | | | | | | | | Added ORDER BY optimization
* | | Fix for FLUSH QUERY CACHEmonty@hundin.mysql.fi2002-01-053-2/+24
| | | | | | | | | | | | Fix for new bug in CREATE TABLE when sorting keys.
* | | Added macros for nice TIMESPEC usage.monty@hundin.mysql.fi2002-01-021-4/+23
| | | | | | | | | | | | | | | | | | | | | | | | Fixes for building MySQL with gcc 3.0 Added SIGNED / UNSIGNED casts Fixed core dump bug in net_clear() with libmysqld. Back to using semaphores in query cache. Added 'Null' and 'Index_type' to SHOW INDEX.
* | | Fixed access privilege bug in query cache.monty@hundin.mysql.fi2001-12-221-1/+3
| | | | | | | | | | | | | | | Change tests to use database 'mysqltest' instead of 'foo' Add option to not print access denied messages to check_table_access()
* | | Cleanup of alarm macros.monty@hundin.mysql.fi2001-12-211-10/+9
| | | | | | | | | | | | | | | Fixed data corruption bug in query cache. Made queries be dependent of the database in use.
* | | Fix insert delated + query cache.monty@hundin.mysql.fi2001-12-201-0/+2
| | | | | | | | | | | | Fix pthread_mutex_trylock on HPUX (needed for query cache).
* | | Fix after mergemonty@hundin.mysql.fi2001-12-171-0/+1
| | |
* | | Portability fixesmonty@hundin.mysql.fi2001-12-171-0/+2
| | |
* | | Lots of portability fixes.monty@hundin.mysql.fi2001-12-173-9/+7
| | | | | | | | | | | | | | | Fixed shutdown on HPUX. Fixed bug in query cache.