1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-24 19:42:23 +03:00
Commit Graph

1279 Commits

Author SHA1 Message Date
a3d08eaaf9 I renamed system variable literal_collation into connection_collation 2003-04-22 12:27:35 +05:00
cde0099e23 Memory leak fixed. 2003-04-16 17:47:36 +05:00
3e6c350f64 Fixed bug in SUM() with NULL:s
Added logging of warnings for failed connections with ssl.
Fixed bug in symbolic link handling on Windows
2003-04-15 22:04:16 +03:00
02ad1b95e3 Merge 2003-04-10 10:25:21 -04:00
950fa7aa8a added compress/uncompress function 2003-04-09 20:50:30 -04:00
8cf9ada977 Use of CHARSWT_INFO *result_collation
instead of bool convert_result_charset
SET CHARACTER SET inststead of SET NAMES in tests
2003-04-08 14:38:17 +05:00
9f6aa11769 Changed innobase_flush_log_at_trx_commit to be 1 as default
Fixed problem with not freed thr_alarm() on slave connect
2003-04-07 21:36:45 +03:00
e165845d39 sys_var_collation is now abstract class
Two separate classes sys_var_client_collation and sys_var_literal_collation have been added
for "literal_collation" and "client_collation" variables.
2003-04-07 16:10:27 +05:00
9b0266a037 Documented undocumented replication options, now that the manual is up-to-date. 2003-04-04 17:43:54 +02:00
f33c6e7c83 More honest --master-ssl* options description. As these do nothing
yet, better say it and see no traffic on bugs@ and support@.
2003-04-03 20:19:14 +02:00
22075460d8 Merge bk-internal.mysql.com:/home/bk/mysql-4.1
into narttu.mysql.fi:/my/mysql-4.1
2003-04-03 21:19:13 +03:00
a7708c7904 Merge with 4.0 2003-04-03 21:19:12 +03:00
c1ff07cbb9 Safer stack checking 2003-04-03 11:29:10 +03:00
9abea0aa2f mysqld.cc:
missing comma
2003-04-02 20:49:16 +06:00
8c0de640e3 resolve new updates group_concat 2003-04-02 19:16:19 +06:00
e4bc744d9b Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1
into sanja.is.com.ua:/home/bell/mysql/bk/work-qcvar-4.1
2003-03-28 16:18:26 +02:00
7f2fb977a2 Merge bk-internal.mysql.com:/home/bk/mysql-4.0
into mashka.mysql.fi:/home/my/mysql-4.0
2003-03-27 13:54:22 +02:00
034d02f55b mysqld.cc:
Make the default value of innodb_flush_log_at_trx_commit 1, not 0 which compromises the Durability of a transaction
2003-03-27 12:17:27 +02:00
3bed7a6131 Merge with 4.0.13 2003-03-26 18:37:38 +02:00
ff12a11829 Fix for stack size checking on Solaris. 2003-03-26 14:51:22 +02:00
a34bc8eef7 Fix for glibc with small stack size (fixes bug when running crash-me) 2003-03-26 14:11:17 +02:00
5f5c367361 Fixed bug in allocation memory in key cache. (Memory was not properly aligned which cased core dumps on sparc CPU's)
Changed keycache variables to start with my_ instead of _my_
2003-03-25 02:37:41 +02:00
99549a93d6 Merge bk-internal.mysql.com:/home/bk/mysql-4.1
into narttu.mysql.fi:/my/mysql-4.1
2003-03-21 18:54:53 +02:00
112dfa5900 Fixes for fill_help_tables.sql 2003-03-21 18:53:55 +02:00
4532985221 New variable to turn off automatic charset conversion of query results
Some speed improvements
2003-03-21 15:18:52 +04:00
9f200ede0d Merge bk-internal.mysql.com:/home/bk/mysql-4.1
into narttu.mysql.fi:/my/mysql-4.1
2003-03-20 02:06:08 +02:00
b883a9c01c Merge with 4.0.12 2003-03-19 22:25:44 +02:00
04071da35a - renamed "rnd" to "my_rnd" as the name was too generic (and is an exported
symbol in libmysqlclient) (thanks to Dennis Haney for the initial patch)
 - cleanup: removed client/password.c (not used at all) and
   libmysql/password.c (should rather be a symlink to sql/password.c instead)
 - applied HPUX11 portability fix for char_val declaration to sql/password.c
   (taken from libmysql/password.c)
2003-03-18 22:14:02 +01:00
04db86f22a 2003-03-17 21:56:34 +04:00
a434bca704 Merge with 4.0 2003-03-16 19:17:54 +02:00
ce7db2827e Merge bk-internal.mysql.com:/home/bk/mysql-4.1
into mashka.mysql.fi:/home/my/mysql-4.1
2003-03-16 16:34:55 +02:00
f71a7e4b05 set_default_charset() is not used anymore
Some system_charset_info were removed
2003-03-16 10:56:14 +04:00
8887929a66 Merge bk-internal.mysql.com:/home/bk/mysql-4.1
into mashka.mysql.fi:/home/my/mysql-4.1
2003-03-14 17:03:42 +02:00
a4241f92cc Merge bk-internal:/home/bk/mysql-4.0/
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
2003-03-13 11:23:34 +01:00
7fa51a2320 Fix for embeded library compile 2003-03-13 14:12:28 +04:00
9b604c88d0 better help message 2003-03-13 01:23:43 +01:00
7fdf7a4101 merge with 3.23 to get:
- Better detection of crashed .MYI file
- Ignore writeable config files
2003-03-11 21:45:39 +02:00
3d61d2d973 Conflicts relsolving 2003-03-11 16:32:17 +04:00
e7f4bf5b27 Added 'PURGE LOGS BEFORE' command
Added expire-logs-days option
2003-03-11 13:49:06 +04:00
ced6463686 Merge bk-internal.mysql.com:/home/bk/mysql-4.1
into mashka.mysql.fi:/home/my/mysql-4.1
2003-03-11 00:39:55 +02:00
2d09c5bf9c Portability fixes 2003-03-11 00:30:35 +02:00
2c849470e0 - typo fix for newly added error message 2003-03-10 13:41:37 +01:00
fae2711297 merge 2003-03-10 14:13:46 +02:00
6977704d2b after merge fixes 2003-03-10 13:54:20 +02:00
f1635f64f9 Merge with 3.23 to get fixes for --user and BACKUP TABLE 2003-03-10 12:48:43 +02:00
c231b747e3 Don't allow multiple --user options to mysqld
(First one is used)
2003-03-10 12:24:22 +02:00
c5aadd2821 Made it possible to use --max-delayed-threads=0 in order to disable
INSERT DELAYED.
2003-03-09 19:03:55 +02:00
b6a117fb2c Merge kishkin.ru:/home/wax/mysql-4n into kishkin.ru:/home/wax/mysql-4nh 2003-03-07 03:44:15 +05:00
6897b00216 --new option and local variable to optionally turn on
"very new functions" - for now 4.1-compatible TIMESTAMT format
2003-03-05 18:43:56 +01:00
9034ed296b A better, but larger fix for server_id bug .. 2003-03-05 15:34:58 +02:00