Commit graph

1098 commits

Author SHA1 Message Date
monty@hundin.mysql.fi
29c527cf8d Fix wrong memory allocation in SHOW OPEN TABLES 2001-11-08 00:43:27 +02:00
monty@hundin.mysql.fi
55180ca1b3 Add timeout for shutdown to mysql-test-run 2001-11-07 23:38:33 +02:00
monty@hundin.mysql.fi
0798c70cd1 Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql 2001-11-07 23:18:34 +02:00
monty@hundin.mysql.fi
1bc03e8b17 Fix bug in ALTER TABLE on a TEMPORARY InnoDB table. 2001-11-07 23:18:12 +02:00
heikki@donna.mysql.fi
2869684364 ha_innobase.cc:
Fix a typo
2001-11-07 01:14:13 +02:00
heikki@donna.mysql.fi
d094dc355d ha_innobase.cc:
Make database and table names always lower case on Windows
2001-11-07 00:52:31 +02:00
monty@hundin.mysql.fi
f9a321af8a merge 2001-11-07 00:19:36 +02:00
monty@hundin.mysql.fi
9285b745d6 Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0 2001-11-07 00:14:43 +02:00
monty@hundin.mysql.fi
4c60b41954 Portability fix
Cleanup typos (like SKIPP -> SKIP)
2001-11-07 00:13:29 +02:00
monty@hundin.mysql.fi
af2e13481e Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql 2001-11-07 00:09:18 +02:00
monty@hundin.mysql.fi
4157d12df5 Added missing mysqlbinlog to binary distributions.
Applied patch to mysqlhotcopy
2001-11-07 00:08:57 +02:00
tonu@volk.internalnet
b147f169ce des_encrypt(), des_decrypt() functions added. Not finally ready yet, so I will clean it up later. 2001-11-06 22:57:14 +02:00
monty@bitch.mysql.fi
886a6d286d emove purify warnings 2001-11-06 00:05:45 +02:00
heikki@donna.mysql.fi
e84ef2b747 updated 2001-11-05 18:50:12 +02:00
tonu@volk.internalnet
eac7e9f237 Merge work.mysql.com:/home/bk/mysql-4.0
into volk.internalnet:/home/tonu/mysql-4.0
2001-11-05 11:11:26 +02:00
tonu@volk.internalnet
f23eaeb44d sql_yacc.yy des_encrpyt 2001-11-05 11:05:15 +02:00
monty@hundin.mysql.fi
3afb157ca2 Fixes up things after merge from 3.23.44
Portability fixes.
Don't delete temporary tables on FLUSH tables.
2001-11-05 01:04:08 +02:00
monty@hundin.mysql.fi
fd0780493d merge with 3.23.44 2001-11-04 16:14:09 +02:00
monty@hundin.mysql.fi
67951fdeb4 Fix error messages
mysqltest now also writes failed error messages to log
2001-11-04 15:43:41 +02:00
monty@hundin.mysql.fi
2ac4ad6984 merge 2001-11-03 22:28:16 +02:00
monty@hundin.mysql.fi
ccce9d031f Added STDCALL to mysql_sever and mysql_thread variables
Merged error messages with 3.23.44
Fixed bug with DATA DIRECTORY on windows
2001-11-03 21:33:11 +02:00
monty@hundin.mysql.fi
65d4c846d8 Fixed problem with t1 LEFT_JOIN t2 ... WHERE t2.date_column IS NULL when date_column is declared as NOT NULL. 2001-11-03 21:22:06 +02:00
monty@hundin.mysql.fi
8cd4c2358d Fix that mysqladmin shutdown can be interrupted with ^C
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
2001-11-03 15:18:09 +02:00
monty@hundin.mysql.fi
daa4229a3d Portability fixes. 2001-11-02 07:42:28 +02:00
tonu@volk.internalnet
6c4c103a77 SSL timeout bug fixed. Timeout was constant 60 seconds instead of 28800 2001-11-01 19:10:55 +02:00
monty@hundin.mysql.fi
44a2a213b8 Changed time -> query_time in slow query log.
Fixed Rows_examined in slow query log.
2001-10-31 22:24:33 +02:00
monty@hundin.mysql.fi
0716bf4d0e Portability fixes 2001-10-31 20:28:43 +02:00
monty@hundin.mysql.fi
d89690e606 Portability fixes
Fix for consistent 0000-00-00 date handling
Close + open binary logs on flush tables
Fix for AVG() in HAVING.
2001-10-31 18:27:49 +02:00
monty@hundin.mysql.fi
5a9ce774dc Update for OS2 (patch from Yuri Dario).
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
2001-10-31 03:22:31 +02:00
monty@donna.mysql.fi
7fcbd7e3da Merge 2001-10-30 17:38:44 +02:00
monty@hundin.mysql.fi
d4dd3b09b8 Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql 2001-10-30 16:32:00 +02:00
monty@hundin.mysql.fi
7367545cad Fix for gcc 3.0
Fix for using quoted table names with the SJIS character set.
2001-10-30 16:31:35 +02:00
sasha@mysql.sashanet.com
8235311d1a Merge work:/home/bk/mysql
into mysql.sashanet.com:/home/sasha/src/bk/mysql
2001-10-29 18:22:04 -07:00
sasha@mysql.sashanet.com
7fda1ab9f2 fixed bug with temporary tables replication if one does FLUSH LOGS 2001-10-29 18:21:33 -07:00
heikki@donna.mysql.fi
94cde5ee67 ha_innobase.cc Another test 2001-10-29 16:18:39 +02:00
heikki@donna.mysql.fi
76a4639bb9 ha_innobase.cc Test 2001-10-29 16:12:44 +02:00
monty@tramp.mysql.fi
abb7df2de1 Fixed error message when opening a not-MyISAM file.
Extended MODIFY and CHANGE in ALTER TABLE to accept the AFTER keyword.
Extended MyISAM to handle records > 16M.
2001-10-29 10:49:35 +02:00
serg@serg.mysql.com
e75a6a0a11 Merge work:/home/bk/mysql-4.0
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
2001-10-25 17:37:20 +02:00
serg@serg.mysql.com
4939bb6dd1 'mysqld --help|grep -A1 safe-user-create' output clarification 2001-10-25 17:33:54 +02:00
Sinisa@sinisa.nasamreza.org
71b8ce3658 Merge sinisa@work.mysql.com:/home/bk/mysql-4.0
into sinisa.nasamreza.org:/mnt/hdc/Sinisa/mysql-4.0
2001-10-25 14:50:50 +03:00
Sinisa@sinisa.nasamreza.org
006ff09c34 New alternate UNION syntax and bug fix for multi-table deletes 2001-10-25 14:41:49 +03:00
miguel@light.local
03bf236f4a Adding code for NT service in the install and remove
routines for avoid to leave the Service Control Manager
in bad state. Print messages for to reduce the current
user errors when are trying to install or start the service.
Adding the option to install the service for manual start:
--install-manual.
2001-10-25 05:57:15 -02:00
sasha@mysql.sashanet.com
2ea0b4ef34 Merge work:/home/bk/mysql-4.0
into mysql.sashanet.com:/home/sasha/src/bk/mysql-4.0
2001-10-24 17:20:27 -06:00
serg@serg.mysql.com
7b3263dfe0 Merge work:/home/bk/mysql-4.0
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
2001-10-24 20:17:46 +02:00
sasha@mysql.sashanet.com
dfe168154c Merge work:/home/bk/mysql-4.0
into mysql.sashanet.com:/home/sasha/src/bk/mysql-4.0
2001-10-24 11:53:06 -06:00
sasha@mysql.sashanet.com
869a8da445 merge of lost change 2001-10-24 11:52:19 -06:00
serg@serg.mysql.com
5fd23197e8 Merge serg.mysql.com:/usr/home/serg/Abk/mysql
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
2001-10-24 14:59:50 +02:00
serg@serg.mysql.com
85f2167a36 bug (introduced yesterday) fixed 2001-10-24 14:54:04 +02:00
Administrator@co3064164-a.rochd1.qld.optushome.com.au
eca33047d4 Updated Dutch error messages. 2001-10-24 10:49:36 +10:00
sasha@mysql.sashanet.com
17e6f08527 Merge work:/home/bk/mysql-4.0
into mysql.sashanet.com:/home/sasha/src/bk/mysql-4.0
2001-10-23 13:28:47 -06:00