summaryrefslogtreecommitdiff
path: root/sql/mysql_priv.h
Commit message (Collapse)AuthorAgeFilesLines
* Added --warnings to mysqldmonty@hundin.mysql.fi2001-06-211-1/+1
|
* Portability fixes for Ia64 and Sgi compilermonty@donna.mysql.fi2001-04-251-1/+2
| | | | | | DROP DATABASE in mysqladmin asks for confirmation (again) Added examined_rows to slow query log SHOW CREATE for TEMPORARY table
* Fixed bug in ALTER TABLEmonty@donna.mysql.fi2001-04-011-1/+1
| | | | | Removed _mi_rkey() function New fork_big.pl multi-thread test
* Fixed bug in send in mysqltestmonty@donna.mysql.fi2001-03-251-1/+1
| | | | | | | | Removed usage of @r/result as this made life hard when testing different table handlers. Allow concurrent inserts if no update/binary log. Don't remove key_cache at flush tables. Fixed bug in SELECT DISTINCT SUM()...
* Test case for bug when updating on keymonty@tik.mysql.fi2001-03-231-0/+1
| | | | | | Fixed bug in CONCAT_WS() Print the default ISOLATION level. Change lock type for CREATE ... SELECT and INSERT/REPLACE ... SELECT
* Split setup_fields to setup_tables and setup_fieldsmonty@tik.mysql.fi2001-03-211-0/+1
| | | | Fixed problem with UPDATE TABLE when keys wheren't always used.
* Added isolation levelsmonty@tik.mysql.fi2001-03-211-0/+2
| | | | Added SELECT .. FOR UPDATE and SELECT .. IN SHARE MODE
* Reversed SQL_ANSI_MODE per Monty's request.jcole@abel.spaceapes.com2001-03-141-2/+0
|
* Added SQL_ANSI_MODE.jcole@tetra.spaceapes.com2001-03-121-0/+2
|
* Optimization of delete with record cache (for MyISAM tables)monty@donna.mysql.fi2001-03-111-1/+1
| | | | Added missing files for innobase to the distribution
* Fixed wrong option in mysql_install_dbmonty@donna.mysql.fi2001-03-091-1/+1
| | | | | Added delayed_user for delayed_threads Don't use record cache when doing deletes
* Fixed test cases for innobasemonty@donna.mysql.fi2001-03-071-0/+1
| | | | | Fixed bug introduced with last ORDER BY optimization Changed log position to longlong to avoid warnings.
* Merged some functions and removed some unused client functions.monty@donna.mysql.fi2001-03-061-4/+4
| | | | | | | | Remember UNION for ALTER TABLE Added test for if we are supporting transactions. Don't allow REPLACE to replace a row when we have generated an auto_increment key Fixed bug when using BLOB keys Fixed bug in SET @variable=user.
* Added max_user_connectionsmonty@donna.mysql.com2001-02-211-1/+1
|
* Added max_user_connectionsmonty@donna.mysql.com2001-02-201-0/+2
| | | | | Fixes for Innobase Don't reset whole to-buffer in strxnmov
* Force sockets to be blocking on HPUX 11.0monty@donna.mysql.com2001-02-071-1/+1
| | | | Changed BITMAP to MY_BITMAP to avoid type conflict on windows
* Use new bitmap interfacemonty@donna.mysql.com2001-02-071-1/+2
| | | | | Patches for Armstrong Removed warnings when using REPAIR TABLE .. EXTENDED
* Added --temp-pool option to mysqld. This will cause temporary filesjcole@tetra.spaceapes.com2001-01-271-1/+3
| | | | | created to use a small set of filenames, to try and avoid problems in the Linux kernel.
* SHOW [FULL] COLUMNSmonty@donna.mysql.com2001-01-221-1/+2
| | | | Added timeouts to replication tests to handle concurrent inserts
* Changes for --with-server-suffixmonty@donna.mysql.com2001-01-211-2/+6
| | | | | Fixed mutex bug in logging (crash on windows when doing SET PASSWORD=) Changed MERGE tables to not use FILE
* Removed not used variable 'last_ref'monty@donna.mysql.com2001-01-161-1/+0
| | | | | | Fixed problem with negative DECIMAL() keys Fixed some bugs with NULL keys in BDB More mysql-test tests
* Fixed new bug in BDB tablesmonty@donna.mysql.com2000-12-311-1/+1
|
* --safe-show-db and have_xxx variablesmonty@donna.mysql.com2000-12-261-1/+1
|
* mergemonty@donna.mysql.com2000-12-241-1/+2
|\
| * New benchmark testmonty@donna.mysql.com2000-12-241-1/+2
| | | | | | | | | | | | | | Fixed bug in REPLACE with BDB tables Prepare for write lock on read for BDB Inform the handler when we want to use IGNORE / REPLACE New manual pages
* | Added SHOW OPEN TABLES. Thanks to Antony T Curtis <antony@abacus.co.uk>tim@cane.mysql.fi2000-12-181-0/+3
|/ | | | for the code.
* Add SHOW LOGS command.tim@cane.mysql.fi2000-12-151-0/+5
|
* I hope I've fixed all the bugs by now, let's test itsasha@mysql.sashanet.com2000-12-111-1/+1
|
* Only write full transactions to binary logmonty@donna.mysql.com2000-12-071-3/+3
| | | | | | A lot of new functions for BDB tables Fix for DROP DATABASE on windows Default server_id variables
* mysql_priv.h manager_status is volatiletim@threads.polyesthetic.msg2000-11-281-1/+1
| | | | sql_manager.cc manager_status is volatile
* Merge work.mysql.com:/home/bk/mysqltim@threads.polyesthetic.msg2000-11-281-0/+11
|\ | | | | | | into threads.polyesthetic.msg:/usr/local/src/my/work
| * Mergedtim@threads.polyesthetic.msg2000-11-271-2/+6
| |\
| * | Generalize handle_flush thread to also handle various managementtim@threads.polyesthetic.msg2000-11-271-0/+11
| | | | | | | | | | | | | | | tasks for different handlers. Add a callback from berkeley db to delete log files that are no longer needed.
* | | Merge work.mysql.com:/home/bk/mysqlsasha@mysql.sashanet.com2000-11-271-2/+6
|\ \ \ | | |/ | |/| | | | into mysql.sashanet.com:/home/sasha/src/bk/mysql
| * | New thr_alarm struct for better integration with OS2monty@donna.mysql.com2000-11-281-2/+6
| |/ | | | | | | | | Run bootstrap in separate thread Fix bug in FLUSH TABLES table_name
* | Merge work.mysql.com:/home/bk/mysqlsasha@mysql.sashanet.com2000-11-271-2/+3
|\ \ | |/ |/| | | into mysql.sashanet.com:/home/sasha/src/bk/mysql
| * Fixed temp tables to work with replication. It will not work if you stop the ↵sasha@mysql.sashanet.com2000-11-251-2/+3
| | | | | | | | | | | | | | | | | | | | | | slave while slave thread has temp tables - not hard to fix though, but it is time to go to bed added a new test case for temp table replication and Slave_open_temp_tables status variable. Misc fixes
* | All statements are now run in a sub transactionmonty@donna.mysql.com2000-11-241-5/+9
|/ | | | | Give warning if we are using non transactional tables and do ROLLBACK Porting of crash-me and benchmarks to FrontBase
* fixed warning in sql_class.ccsasha@mysql.sashanet.com2000-11-201-0/+5
| | | | | | added gdb support, mysqld options per test, and other cool stuff to mysql-test-run added --replicate-wild-do/ignore-table more test cases
* Bug fix for NATURAL JOIN, Split manual sections and more statistic variablesmonty@donna.mysql.com2000-11-201-0/+6
|
* repl-tests/test-repl-ts/repl-timestamp.master.rejectsasha@mysql.sashanet.com2000-11-131-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this file needs to be deleted sql/log_event.cc fixed warnings sql/log_event.h fixed () #define bug sql/mysqlbinlog.cc fixed length argument - was supposed to be one less sql/mysqld.cc replicate-do/ignore-table now works, wild does not yet sql/mysql_priv.h updating argument to add_table_to_list() -- needed for replicate-do/ignore table sql/slave.cc changes fore replicate-do/ignore-table close the socket before going to sleep sleeping after error bad event was being freed too early sql/slave.h changes for replicate-do/ignore-table sql/sql_class.cc slave_thread variable to THD sql/sql_class.h added slave_thread to THD, fixed bug in end_time() sql/sql_parse.cc updating argument to add_tables_to_list() sql/sql_table.cc fixed bug in mysql_rm_table() sql/sql_yacc.yy fixed up add_table_to_list() calls to accept updating argument sql/table.h added updating to TABLE_LIST
* Merge jcole@work.mysql.com:/home/bk/mysqljcole@tetra.spaceapes.com2000-11-111-0/+5
|\ | | | | | | into tetra.spaceapes.com:/usr/home/jcole/bk/mysql
| * Added ALTER TABLE ... ORDER BY ...jcole@tetra.bedford.progress.com2000-11-111-0/+5
| |
* | laptop commit, syncing with the repostitory. Fixed some bad bugs in replicationsasha@laptop.slkc.uswest.net2000-11-111-14/+0
|/
* SET OPTION SQL_QUOTE_SHOW_CREATE = 0 | 1serg@serg.mysql.com2000-10-101-5/+6
| | | | | It makes SHOW CREATE TABLE to quote table and column names. This is ON by default !
* mergemonty@donna.mysql.com2000-10-041-1/+1
|\
| * First part of automatic repair of MyISAM tables.monty@tramp.mysql.fi2000-10-031-1/+1
| | | | | | | | | | | | | | Error on full disk on repair. SIGHUP signal handling. Update with keys on timestamp Portability fixes
* | skip updates with the same server id as selfsasha@mysql.sashanet.com2000-10-021-0/+1
| | | | | | | | kill zombie COM_BINLOG_DUMP with the same server id on connect
* | bug fixes in server-id, moved replication functionality tosasha@mysql.sashanet.com2000-09-291-1/+1
| | | | | | | | sql_repl.* will push this one, since the replication code now works
* | This one will not be pushed, I am committing to be able to pull in Monty's ↵sasha@mysql.sashanet.com2000-09-281-0/+1
|/ | | | | | | | changes added server id, mostly working added --skip-slave-start, working added --replicate-rewrite-db - just in the cmd line parses, currently noop