gluh@gluh.mysql.r18.ru
e7f4bf5b27
Added 'PURGE LOGS BEFORE' command
...
Added expire-logs-days option
2003-03-11 13:49:06 +04:00
gluh@gluh.mysql.r18.ru
2022b7b68f
SCRUM: 'Replication: PURGE LOGS with date' task
...
Added:
PURGE [MASTER] LOGS BEFORE date/date_expression
expire-logs-days option
With this option old files are deleted when
- mysqld is started
- log is rotated
- someone does FLUSH LOGS
2003-02-16 20:39:12 +04:00
monty@mashka.mysql.fi
d14db3961d
Merge work:/home/bk/mysql-4.1 into mashka.mysql.fi:/home/my/mysql-4.1
2003-01-19 02:28:36 +02:00
monty@mashka.mysql.fi
12ab0651c6
merge with 4.0 to get bug fix for SHOW PROCESSLIST + connected slave
2003-01-19 02:28:07 +02:00
monty@mashka.mysql.fi
0d28405424
Removed compiler warnings
2003-01-19 02:24:02 +02:00
monty@mashka.mysql.fi
183df2da7f
Fixes cases where thd->query was not protected.
...
This fixes a problem with SHOW PROCESSLIST
2003-01-19 02:00:26 +02:00
monty@mashka.mysql.fi
fb4572a498
Merge with 3.23 to get bug fix for SHOW PROCESSLIST + running thread
2003-01-19 01:31:43 +02:00
venu@myvenu.com
e0a79dc112
Windows build fix
2003-01-18 14:04:34 -08:00
monty@mashka.mysql.fi
1f8ad81ef9
Merge work:/home/bk/mysql into mashka.mysql.fi:/home/my/mysql-3.23
2003-01-18 23:39:19 +02:00
monty@mashka.mysql.fi
dd4d4cc8b5
Only set thd->query to 0 if LOCK_thread_count is hold
...
This fixes a possible core dump problem in SHOW PROCESSLIST
2003-01-18 23:38:55 +02:00
venu@myvenu.com
9305ee0d54
Merge myvenu.com:/home/venu/bk/src-4.1
...
into myvenu.com:/home/venu/work/sql/dev-4.1
2003-01-18 12:59:33 -08:00
venu@myvenu.com
04f20910e3
Few more tests + store_result fix
2003-01-18 12:58:19 -08:00
venu@myvenu.com
082f7c9bda
Merge work.mysql.com:/home/bk/mysql-4.1
...
into myvenu.com:/home/venu/bk/src-4.1
2003-01-18 11:59:36 -08:00
monty@mashka.mysql.fi
46ec0c5d33
Removed compiler warnings
2003-01-18 21:55:01 +02:00
venu@myvenu.com
a39da98d0d
Initial multi query execution support
2003-01-18 11:53:38 -08:00
monty@mashka.mysql.fi
88cd4126e4
Simple code cleanups, ignore generated files
2003-01-18 19:31:38 +02:00
monty@mashka.mysql.fi
529e4a76c5
Merge work:/home/bk/mysql-4.1 into mashka.mysql.fi:/home/my/mysql-4.1
2003-01-18 19:31:37 +02:00
vva@eagle.mysql.r18.ru
e543f1320c
Merge vvagin@work.mysql.com:/home/bk/mysql-4.1
...
into eagle.mysql.r18.ru:/home/vva/work/add_libedit/experiment/4.1.control
2003-01-18 21:31:36 +04:00
vva@eagle.mysql.r18.ru
0bacaa10c0
Merge eagle.mysql.r18.ru:/home/vva/work/add_libedit/experiment/4.1.clear
...
into eagle.mysql.r18.ru:/home/vva/work/add_libedit/experiment/4.1.clone
2003-01-18 21:05:56 +04:00
vva@eagle.mysql.r18.ru
62e234fa24
libedit need this file too...
2003-01-18 21:05:02 +04:00
vva@eagle.mysql.r18.ru
a3891ff328
move readline to cmd-line-utils
2003-01-18 20:53:46 +04:00
vva@eagle.mysql.r18.ru
69b722d7d9
changes for readline/libedit configuration
2003-01-18 20:28:48 +04:00
monty@mashka.mysql.fi
8acc22296c
Change client_flag to unsigned long (16 -> 32 bits) to handle more options.
...
Don't use new password format if mysql.user has old format
tables_priv was not reset on FLUSH PRIVILEGES if tables_priv was empty
Portability fixes for Windows
2003-01-18 16:39:21 +02:00
heikki@hundin.mysql.fi
ff99f3d25c
Merge heikki@work.mysql.com:/home/bk/mysql
...
into hundin.mysql.fi:/home/heikki/mysql
2003-01-18 15:17:25 +02:00
heikki@hundin.mysql.fi
375fcfa580
btr0sea.c:
...
Backport from 4.0: fix bug in adaptive hash index search
2003-01-18 15:16:26 +02:00
heikki@hundin.mysql.fi
8fc51bb427
btr0sea.h, btr0sea.c:
...
Fix a crash in page_dir_find_owner_slot if an adaptive hash index search coincides with purge or an insert
2003-01-18 15:01:56 +02:00
hf@deer.mysql.r18.ru
c66302c23b
Superfluous prepare_for_resend bugfix
2003-01-18 16:20:22 +04:00
monty@work.mysql.com
36caf801ce
Removed and added back typelib.h to get rid of \r that bk did not allow me to remove.
2003-01-18 02:36:24 +01:00
monty@mashka.mysql.fi
76f146a175
Merge with 4.0.9
2003-01-18 03:13:37 +02:00
monty@hundin.mysql.fi
1b03f00710
merge
2003-01-17 21:41:38 +02:00
vva@eagle.mysql.r18.ru
2160f19a53
Merge vvagin@work.mysql.com:/home/bk/mysql-4.1
...
into eagle.mysql.r18.ru:/home/vva/work/mysql.orig/try_compile/4.1
2003-01-17 23:35:58 +04:00
vva@eagle.mysql.r18.ru
545b469948
'removed redundant -I include dirs' returned!
2003-01-17 23:34:56 +04:00
bell@sanja.is.com.ua
d4abbb0d9f
Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1
...
into sanja.is.com.ua:/home/bell/mysql/work-ctype-4.1
2003-01-17 20:49:47 +02:00
vva@eagle.mysql.r18.ru
23ed6656d3
Merge vvagin@work.mysql.com:/home/bk/mysql-4.1
...
into eagle.mysql.r18.ru:/home/vva/work/BINLOG_LOADDATA/4.1.clear
2003-01-17 22:49:46 +04:00
vva@eagle.mysql.r18.ru
05aa563043
Merge vvagin@work.mysql.com:/home/bk/mysql-4.1
...
into eagle.mysql.r18.ru:/home/vva/work/BINLOG_LOADDATA/4.1.clear
2003-01-17 22:04:43 +04:00
vva@eagle.mysql.r18.ru
1b25ee3579
Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/4.1
...
into eagle.mysql.r18.ru:/home/vva/work/BINLOG_LOADDATA/4.1.clear
2003-01-17 21:59:03 +04:00
vva@eagle.mysql.r18.ru
4b5a313c1a
new option --local-load in mysqlbinlog
2003-01-17 21:52:56 +04:00
monty@mashka.mysql.fi
c1d614192e
Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0
2003-01-17 16:56:30 +02:00
monty@mashka.mysql.fi
4a5ecc92be
merge
2003-01-17 16:45:17 +02:00
monty@mashka.mysql.fi
762cb225c9
Changed my_strntoxxx functions to clear error number on start
...
Allow one to change ANSI_QUOTES mode per thread and on the fly
2003-01-17 16:33:54 +02:00
bell@sanja.is.com.ua
73193488eb
Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1
...
into sanja.is.com.ua:/home/bell/mysql/work-ctype-4.1
2003-01-17 16:26:06 +02:00
bar@bar.mysql.r18.ru
36d5d14769
Merge abarkov@work.mysql.com:/home/bk/mysql-4.1
...
into bar.mysql.r18.ru:/usr/home/bar/mysql-4.1
2003-01-17 18:15:21 +04:00
bar@bar.mysql.r18.ru
2a41e291dc
New scan() function in CHARSET_INFO structure (not used yet)
2003-01-17 18:14:54 +04:00
monty@mashka.mysql.fi
9fb477569b
Fixed bug with the --slow-log when logging an administrator command
...
(like FLUSH TABLES).
(Code is already in 4.0)
2003-01-17 15:56:16 +02:00
bell@sanja.is.com.ua
6424fdf1dd
Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1
...
into sanja.is.com.ua:/home/bell/mysql/work-ctype-4.1
2003-01-17 15:43:39 +02:00
bell@sanja.is.com.ua
1dde85db7c
using internal name conversion in query cache as it was suggested by Shurik
2003-01-17 15:36:08 +02:00
heikki@hundin.mysql.fi
7c63696a42
page0cur.c:
...
Fix bug in PAGE_CUR_LE_OR_EXTENDS search
2003-01-17 15:26:13 +02:00
gluh@gluh.mysql.r18.ru
f2a193521e
Merge sgluhov@work.mysql.com:/home/bk/mysql-4.1
...
into gluh.mysql.r18.ru:/home/gluh/mysql-4.1.upd
2003-01-17 16:40:54 +04:00
gluh@gluh.mysql.r18.ru
6ac602142a
Replication: Optimize away string.append
...
Fixed problem with replication LOAD DATA INFILE when using --old-rpl-compat
Fixed rpl_temporary test
2003-01-17 16:39:29 +04:00
bar@bar.mysql.r18.ru
4306940bb4
Some comments have been added
...
XXX10_to_str were not inizialized
2003-01-17 16:25:10 +04:00