summaryrefslogtreecommitdiff
path: root/sql
Commit message (Collapse)AuthorAgeFilesLines
* Fixed core dump bug in str LIKE "%other_str%" where strings contained ↵monty@mashka.mysql.fi2003-01-103-24/+43
| | | | | | | characters >= 128. Fixed problem with replication LOAD DATA INFILE when using --old-rpl-compat. When executing on master LOAD DATA and InnoDB failed with 'table full' error the binary log was corrupted.
* Don't count NULL values in cardinalty for MyISAM tables.monty@mashka.mysql.fi2003-01-099-34/+81
| | | | | | Free row buffer cache after each query for MyISAM tables. Added table join option FORCE INDEX Fixed core dump bug when connecting with hostname that could not be resolved.
* mergemonty@mashka.mysql.fi2003-01-081-1/+1
|\
| * Fix embedded server crashmiguel@hegel.br2003-01-071-0/+2
| |
* | Fix for bug in LOAD DATA INFILE and replicationmonty@mashka.mysql.fi2003-01-084-13/+56
| | | | | | | | Fix for SHOW VARIABLES in embedded server
* | Portability fixesmonty@mashka.mysql.fi2003-01-074-18/+33
|/ | | | Fixed test suite for HPUX 10.20 and MacOSX
* A lot of portability fixes.monty@mashka.mysql.fi2003-01-056-11/+40
| | | | Added rename table for BDB. This fixes a bug in ALTER TABLE with BDB tables.
* Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0monty@mashka.mysql.fi2003-01-044-96/+165
|\
| * Added support for max_allowed_packet in option files read by mysql_option()monty@mashka.mysql.fi2003-01-044-96/+165
| | | | | | | | | | | | | | Extended max_allowed_packet for clients to 1G Fixed bug in sending compressed rows >= 16M Fix bug in skiping too long packets from clients. Added checking of wrong command number sent by client.
* | Merge rkalimullin@work.mysql.com:/home/bk/mysql-4.0ram@mysql.r18.ru2003-01-031-1/+1
|\ \ | |/ |/| | | into mysql.r18.ru:/usr/home/ram/work/mysql-4.0
| * Fix for the QUOTE() function.ram@mysql.r18.ru2003-01-031-1/+1
| |
* | Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0monty@mashka.mysql.fi2003-01-022-3/+24
|\ \
| * \ Merge sinisa@work.mysql.com:/home/bk/mysql-4.0Sinisa@sinisa.nasamreza.org2003-01-022-3/+24
| |\ \ | | | | | | | | | | | | into sinisa.nasamreza.org:/mnt/work/mysql-4.0
| | * | Fixing some bugs in client - server protocol and adding a feature Sinisa@sinisa.nasamreza.org2003-01-022-3/+24
| | |/ | | | | | | | | | | | | that connection does not close in the case when client sends a buffer larger then max_allowed_packet.
* | | Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0monty@mashka.mysql.fi2003-01-021-4/+2
|\ \ \ | |/ /
| * | ha_innodb.cc:heikki@hundin.mysql.fi2002-12-311-4/+2
| |/ | | | | | | Fix bug: could not switch trx isolation back to REPEATABLE READ after switching it to some other level
* | Small optimization of sending big blocks.monty@mashka.mysql.fi2003-01-022-25/+38
| | | | | | | | Updated Italian error messages
* | Cut hostnames at HOSTNAME_LENGTH to avoid theoretical hostname overrunsmonty@mashka.mysql.fi2002-12-266-15/+14
|/ | | | | | | Changed long packat handling to check for packets of length 0xffffff. This does however break packet handling for older clients. If you are using packets >= 16M then you need to upgrade client and server after this patch.
* Many files:heikki@hundin.mysql.fi2002-12-221-11/+26
| | | | | | Merge InnoDB-4.0.7. Support for ON UPDATE CASCADE sql_select.cc: Remove superfluous prints to .err log when a locking SELECT fails to a deadlock or a lock wait timeout
* Merge with 3.23:monty@mashka.mysql.fi2002-12-213-4/+10
|\ | | | | | | | | Remove duplicate casedn_str() in mysql_change_db() Fix for null handling in CASE
| * Optimization of CASE bug fixmonty@mashka.mysql.fi2002-12-211-3/+2
| |
| * Merge work:/home/bk/mysqlserg@sergbook.mysql.com2002-12-201-1/+2
| |\ | | | | | | | | | into sergbook.mysql.com:/usr/home/serg/Abk/mysql
| | * removed chroot() bugfix, now --chroot in 3.23 is broken again :((serg@sergbook.mysql.com2002-12-201-1/+2
| | |
| * | ha_innobase.cc:heikki@hundin.mysql.fi2002-12-191-1/+8
| | | | | | | | | | | | Better error message to help users who created tables with < 3.23.54 where MySQL implicitly added a PRIMARY KEY definition
| * | Merge sinisa@work.mysql.com:/home/bk/mysqlSinisa@sinisa.nasamreza.org2002-12-162-2/+5
| |\ \ | | |/ | |/| | | | into sinisa.nasamreza.org:/mnt/work/mysql
| | * fix for a bug in CASE ...WHEN ...Sinisa@sinisa.nasamreza.org2002-12-162-2/+2
| | |
| | * Fix for a bug with mysql_select_db() on manually createdSinisa@sinisa.nasamreza.org2002-12-141-0/+3
| | | | | | | | | | | | database and lower case table names.
* | | errmsg.txt:heikki@hundin.mysql.fi2002-12-211-2/+2
| | | | | | | | | | | | More descriptive foreign key error messages
* | | Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0monty@mashka.mysql.fi2002-12-2011-27/+109
|\ \ \
| * | | Changed thd variables max_join_size and select_limit to type ha_rows.monty@mashka.mysql.fi2002-12-2011-27/+109
| | | | | | | | | | | | | | | | | | | | | | | | This fixed some optimization problems when using -DBIG_TABLES Portabilty fixes for OpenUnix and HPUX Added C and C++ version numbers to mysqlbug
* | | | Fix for found rows in multi-table updatesSinisa@sinisa.nasamreza.org2002-12-181-3/+2
|/ / /
* | | Use delayed create index for LOAD DATA INFILE, INSERT ... SELECT and CREATE ↵monty@mashka.mysql.fi2002-12-161-1/+1
| | | | | | | | | | | | | | | | | | ... SELECT (Accidently disabled by a recent push)
* | | Merge with 3.23 to get patch for lower_case_table_names for MacOSXmonty@mashka.mysql.fi2002-12-141-2/+7
|\ \ \ | |/ /
| * | Make --lower-case-table-names default on MacOSXmonty@mashka.mysql.fi2002-12-141-1/+6
| | |
| * | Transactions in AUTOCOMMIT=0 mode didn't rotate binary log.monty@mashka.mysql.fi2002-12-141-0/+3
| | |
* | | Transactions in AUTOCOMMIT=0 mode didn't rotate binary logmonty@mashka.mysql.fi2002-12-143-6/+21
| | | | | | | | | | | | Don't enable any bulk insert or record caching code if inserting less than MIN_ROWS_TO_USE_BULK_INSERT rows (100)
* | | Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0monty@mashka.mysql.fi2002-12-131-1/+2
|\ \ \
| * | | Fixed syntax error in sql_yacc.yy (with bison 1.75).pem@mysql.com2002-12-131-1/+2
| | | |
* | | | Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0monty@mashka.mysql.fi2002-12-131-1/+1
|\ \ \ \ | |/ / /
| * | | - HP/UX 11 compile fix: fixed "records_in_range" class definitionlenz@mysql.com2002-12-131-1/+1
| | | | | | | | | | | | | | | | in sql/ha_myisammrg.h (removed "ha_myisammrg::")
* | | | Merge patch for LOCK TABLES and SLAVE STOPmonty@mashka.mysql.fi2002-12-131-0/+18
|\ \ \ \ | | |/ / | |/| |
| * | | Forbid SLAVE STOP if the thread executing the query has lockedmonty@mashka.mysql.fi2002-12-131-0/+18
| | |/ | |/| | | | | | | tables. This removes a possible deadlock situation.
* | | Fixed possible replication problem in LOAD DATA INFILE with innodb tables.monty@mashka.mysql.fi2002-12-131-6/+9
| | |
* | | RESET SLAVE and CHANGE MASTER will now give an error if slave is running.monty@mashka.mysql.fi2002-12-132-39/+73
| |/ |/| | | | | This fixes a problem in replication where RESET SLAVE could crash a running slave.
* | Removed compiler warningsmonty@mashka.mysql.fi2002-12-124-6/+4
| | | | | | | | Fixed wrong variable name for Windows
* | log.cc:heikki@hundin.mysql.fi2002-12-111-2/+14
| | | | | | | | We must not commit inside InnoDB when LOAD DATA INFILE just writes a block to the binlog; only commit if the log event type is QUERY_EVENT or EXECUTE_LOAD_EVENT
* | Add CHARSET keyword (missing from last push)monty@mashka.mysql.fi2002-12-112-2/+5
| |
* | Ensure that BEGIN / COMMIT is handled properly if slave diesmonty@mashka.mysql.fi2002-12-116-32/+67
| | | | | | | | | | Added syntax support for CREATE TABLE foo (a char CHARACTER SET latin1) CHARSET=latin1;
* | Merge with 3.23monty@mashka.mysql.fi2002-12-113-6/+11
|\ \ | |/
| * Added back -max to server name if we are using InnoDB.monty@mashka.mysql.fi2002-12-111-3/+3
| |