summaryrefslogtreecommitdiff
path: root/sql/share
Commit message (Collapse)AuthorAgeFilesLines
* Small optimization of sending big blocks.monty@mashka.mysql.fi2003-01-021-19/+19
| | | | Updated Italian error messages
* errmsg.txt:heikki@hundin.mysql.fi2002-12-211-2/+2
| | | | More descriptive foreign key error messages
* corrected error message for OPTIMIZE/ANALYZE/etc,serg@serg.mysql.com2002-11-0822-22/+22
| | | | also for InnoDB that supports CHECK table but not REPAIR
* Some trivial optimzationsmonty@mashka.mysql.fi2002-09-031-1/+1
| | | | | | Check if AND/OR expression can be NULL; Fixed bug in GROUP BY and-or-expression where expression could be NULL Bug fix for SHOW OPEN TABLES when user didn't have privilege to access all open tables. Better fix for ALTER TABLE on BDB tables.
* Updated Dutch error messages.arjen@fred.bitbike.com2002-08-221-1/+2
|
* Use our version of RWLOCKS on UNIXWARE 7monty@hundin.mysql.fi2002-08-2122-0/+22
| | | | | | | | More DBUG info for replication Better error messages from replication Fixed bug in replication code when connecting to 'localhost' (time was not released properly) Block ALARM signal on Linux for signal handler thread (Fixes problem with running mysqld with --debug) Removed warning when setting an AUTO_INCREMENT field to NULL
* decode_montyspeak();arjen@fred.bitbike.com2002-08-091-1/+1
|
* Added nety_retry_count as a changeable variablemonty@hundin.mysql.fi2002-08-0821-21/+21
| | | | | Make safe_mysqld a symlink to mysqld_safe in binary distribution Fixed problem with CTRL-C when using mysqld --bootstrap
* mergemonty@mashka.mysql.fi2002-08-081-72/+72
|\
| * Merge with 3.23.51monty@mashka.mysql.fi2002-07-251-72/+72
| |\ | | | | | | | | | Fixed wrong usage of sprintf() in ha_innodb.cc
| | * In my previous commit I didn't notice that we already have brazilian ↵bar@bar.udmsearch.izhnet.ru2002-07-162-297/+72
| | | | | | | | | | | | portuguese :(
| | * Brazilian Portuguesse messagesbar@bar.udmsearch.izhnet.ru2002-07-161-0/+225
| | |
* | | Update of Dutch error messages.arjen@fred.bitbike.com2002-08-081-8/+9
|/ /
* | Removed wrong implementation of CUBE/ROLLUPmonty@mashka.mysql.fi2002-07-2422-0/+44
| | | | | | | | | | | | Fixed bugfix of INSERT ... SET db_name.table_name.column_name Changed locking to external-locking Fix client hangup for some invalid SQL queries.
* | New SET syntax & system variables.monty@mashka.mysql.fi2002-07-2322-0/+132
| | | | | | | | | | | | | | | | | | | | | | | | | | Made a some new buffers thread specific and changeable. Resize of key_buffer. AUTO_COMMIT -> AUTOCOMMIT Fixed mutex bug in DROP DATABASE Fixed bug when using auto_increment as second part of a key where first part could include NULL. Split handler->extra() to extra() and extra_opt() to be able to support thread specific buffers. Don't write message to error log when slave reconnects becasue of timeout. Fixed possible update problem when using DELETE/UPDATE on small tables (In some cases we used index even if table scanning would be better) A lot of minior code cleanups
* | Translated new error message to Dutch.arjen@fred.bitbike.com2002-06-131-1/+2
| |
* | Added the following new privleges:monty@mashka.mysql.fi2002-06-1222-36/+58
| | | | | | | | | | | | | | | | | | | | | | | | SHOW DATABASES CREATE TEMPORARY TABLE LOCK TABLES REPLICATION SLAVE & REPLICATION CLIENT SUPER EXECUTE All scripts & documentation is updated for this change. Added better error messages for global privileges
* | merge to 3.23.51monty@hundin.mysql.fi2002-05-201-96/+96
|\ \ | |/
| * Updated assembler code from MySQL 4.0 (to make them work with gcc 3.0)monty@hundin.mysql.fi2002-05-201-96/+96
| | | | | | | | | | Fixed memory overrun bug in glibc patch Updated french error messages
* | mergemonty@hundin.mysql.fi2002-05-191-10/+10
|\ \ | |/
| * Fix bug in CONCAT_WS()monty@hundin.mysql.fi2002-05-171-10/+10
| | | | | | | | Update of glibc patch from MySQL 4.0
* | mergemonty@hundin.mysql.fi2002-04-2522-22/+22
|\ \ | |/
| * SHOW VARIABLES LIKE ... are now case insensitivemonty@tik.mysql.fi2002-04-1822-22/+22
| | | | | | | | | | | | Fixed stack overflow checking with crash-me with gcc 3.0.4 Using @@unknown_variable doesn't hang client anymore Added @@VERSION variable
* | errmsg.txt:arjen@george.bitbike.com2002-04-111-1/+2
| | | | | | | | Translated new error message to Dutch.
* | merge with 3.23.50monty@hundin.mysql.fi2002-03-271-0/+1
|\ \ | |/
| * Fixed typomonty@hundin.mysql.fi2002-03-261-1/+1
| |
| * Fix for compilation on fast machinemonty@hundin.mysql.fi2002-03-261-0/+1
| |
* | Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0monty@hundin.mysql.fi2002-01-291-5/+6
|\ \
| * | Translated new error messages (Dutch).arjen@co3064164-a.bitbike.com2002-01-291-5/+6
| | |
* | | New error messagesmonty@hundin.mysql.fi2002-01-2922-0/+22
|/ / | | | | | | | | | | | | | | 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
* | merge with 3.23.44monty@hundin.mysql.fi2001-11-042-2/+0
|\ \ | |/
| * Fix that mysqladmin shutdown can be interrupted with ^Cmonty@hundin.mysql.fi2001-11-031-1/+1
| | | | | | | | | | | | Fixed bug with BLOB keys in BDB tables Fixed problem with MERGE tables on OS with 32 bit files Fixed that TIME_TO_SEC() works with negative times
| * Update for OS2 (patch from Yuri Dario).monty@hundin.mysql.fi2001-10-3124-209/+18
| | | | | | | | | | | | Use LONG_TIMEOUT (one year) instead of ~0 for long timeouts Fixed error messages. Fixed problem with const propagation when comparing columns of different types
| * Mergemonty@donna.mysql.fi2001-10-3022-0/+257
| |
* | Fix error messagesmonty@hundin.mysql.fi2001-11-0419-20/+1
| | | | | | | | mysqltest now also writes failed error messages to log
* | mergemonty@hundin.mysql.fi2001-11-0322-30/+114
|\ \
| * | Added STDCALL to mysql_sever and mysql_thread variablesmonty@hundin.mysql.fi2001-11-0322-19/+107
| | | | | | | | | | | | | | | Merged error messages with 3.23.44 Fixed bug with DATA DIRECTORY on windows
* | | Updated Dutch error messages.Administrator@co3064164-a.rochd1.qld.optushome.com.au2001-10-241-19/+20
| | |
* | | errmsg.txt:tfr@sarvik.tfr.cafe.ee2001-10-231-181/+182
| | | | | | | | | | | | * Updated a lot
* | | mergedserg@serg.mysql.com2001-10-2322-7/+29
|\ \ \ | |/ / |/| / | |/
| * HA_NO_FULLTEXT_KEY and an appropriate error messageserg@serg.mysql.com2001-10-2322-0/+22
| |
* | Cleanup after last mergemonty@hundin.mysql.fi2001-10-0822-66/+22
| |
* | SSL compiles and works as far as can see. Continue testing..tonu@volk.internalnet2001-09-3022-0/+66
| |
* | mergemonty@work.mysql.com2001-09-1722-2/+24
|\ \ | |/
| * Added unique error for DEADLOCKmonty@hundin.mysql.fi2001-09-1722-2/+24
| | | | | | | | Include missing man pages into binary distribution
* | Portability fixesmonty@hundin.mysql.fi2001-09-172-0/+9
| |
* | Merge work.mysql.com:/home/bk/mysqlmonty@work.mysql.com2001-09-141-0/+221
|\ \ | |/ | | | | into work.mysql.com:/home/bk/mysql-4.0
| * Fixed problem with "record not found" in BDB tables.monty@hundin.mysql.fi2001-09-141-0/+221
| |
* | Add latin1_de character set, and make it the default.tim@white.box2001-09-061-1/+3
| |
* | merge with 3.23.42monty@work.mysql.com2001-09-0221-214/+235
|\ \ | |/