1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-13 02:22:51 +03:00
Commit Graph

118 Commits

Author SHA1 Message Date
df84c534dd Flush entries from the query cache for tables used in
administrative statements that may alter the table, such
as REPAIR TABLE. (Bug #8480)
2005-03-07 18:15:19 -08:00
50266af38c wl#1629 SHOW with WHERE(final part, after review)
added syntax:
  'show variables where', 'show status where', 'show open tables where'
2004-12-30 15:20:40 +03:00
afbe601302 merge with 4.1 2004-10-29 19:26:52 +03:00
3493f54a5e Merge with 4.0 2004-10-27 19:52:41 +03:00
ded12c828d Check of temporary tables hiding for query fetched from QC (BUG#6084) 2004-10-21 23:56:12 +03:00
24e1464d5a information about different variables agged to query cache (BUG#5515, BUG#5394) 2004-09-10 16:28:18 +03:00
dfd59e296e Merge 4.1 -> 5.0. 2004-04-07 19:07:44 +02:00
e3a619f005 null processing for character_set_results (BUG#3296) 2004-03-30 23:38:56 +03:00
350b433569 merge with 4.0 2004-03-16 22:41:30 +02:00
d03034d306 invalidation of locking for write tables (BUG#2693)
fixed linking query_prealloc_size to query cache presence
2004-03-04 18:32:55 +02:00
c8585f3283 Merge 4.1 into 5.0. 2004-02-10 18:44:02 +01:00
06432eac36 Added --compact to mysqlbinlog
Fixed output from mysqlbinlog when using --skip-comments
Fixed warnings from valgrind
Fixed ref_length when used with HEAP tables
More efficent need_conversion()
Fixed error handling in UPDATE with not updateable tables
Fixed bug in null handling in CAST to signed/unsigned
2004-02-09 12:31:03 +01:00
41323e8b76 Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1
into sanja.is.com.ua:/home/bell/mysql/bk/work-drop-4.1
2004-01-17 10:02:01 +02:00
99e0ae85c7 Merge 4.1 to 5.0. 2003-12-19 18:03:27 +01:00
e0cc6799ec Merge with 4.0.17 2003-12-17 17:35:34 +02:00
975061bb5a Merge 4.1 to 5.0. 2003-12-16 16:12:28 +01:00
fcf96dbb18 WorkLog#1323
Deprecate the use of TYPE=... Preferred syntax is ENGINE=
2003-12-10 04:31:42 +00:00
ccb07a4fbb fixed length of current database name if it is dropped (BUG#1986) 2003-12-04 23:57:10 +02:00
a1ceb1bd04 database invalidation invalidate queries only of given database (BUG#1898) 2003-11-20 18:12:49 +02:00
28a2c6a96b Merging 4.1->5.0. 2003-11-19 15:19:46 +01:00
4e4725377d Merge with 4.0 2003-11-04 09:40:36 +02:00
33346e26af added code covarage for functions convert(), nullif(), crc32(), is_used_lock(), char_lengtrh(), bit_xor()
added string length for more speed
made code covarage for print() method of Item
fixed printability of some items (SCRUM) (WL#1274)
2003-10-30 12:57:26 +02:00
337238b78a Merging 4.1->5.0 2003-10-22 16:10:22 +02:00
9023009ae3 query_cache.result, query_cache.test:
Character set variables test
2003-10-08 10:18:38 +05:00
8d884c02bb Merging 4.1 -> 5.0 2003-09-24 11:29:38 +02:00
702b5ad4d6 fixed server crash on moving query block with pointers to same table in it (BUG#988)
removed server options
2003-09-15 15:16:13 +03:00
77a70a0a24 merge with 4.0.15 2003-08-29 13:44:35 +03:00
7f158dd12a Merge 4.1 into 5.0 2003-08-26 11:51:09 +02:00
efa85aad49 Move test that uses many tables (in query_cache.test) to separate test so that we can get it 'skipped' instead of 'failed' on system where we can't open many files. 2003-08-22 04:07:40 +03:00
2263e3e51f Merge with 4.0.14 2003-08-11 22:44:43 +03:00
ddd3ee8b27 rewritten test using loop (BUG#930)
removed unused field (now it is in variables)
2003-08-08 23:27:22 +03:00
86e6cf399e support of more then 255 tables dependence in query cache (fixed BUG#930) 2003-07-30 14:59:56 +03:00
376f026550 tabe & query hashes made case insensitive (BUG#933) 2003-07-28 18:28:44 +03:00
19efafcc13 allow to look up queries with leading comments 2003-07-18 16:34:50 +03:00
c21728f8c8 Cleaner implementation if INSERT ... SELECT with same tables
Tests cleanup (put drop database first in tests)
2003-07-03 11:55:36 +03:00
40109c574a Merge with 4.0.13 2003-06-04 19:21:51 +03:00
2848e6c0d4 fixed bug 549 - incorect query cache memory formating on very small query cache sizes 2003-05-31 01:41:11 +03:00
dd2b7918cd Merge with 4.0.13 2003-05-19 16:35:49 +03:00
4d87fd0346 fixed bug 209 (SQL_SELECT_LIMIT and query cache incompatibility) 2003-03-31 09:49:09 +03: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
439ac36d52 Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.0
into sanja.is.com.ua:/home/bell/mysql/bk/work-show-4.0
2003-03-28 15:36:42 +02:00
7d09120105 After merge fixes 2003-03-27 14:15:42 +02:00
3bed7a6131 Merge with 4.0.13 2003-03-26 18:37:38 +02:00
95c4b297b6 do not allow to cache queries with INTO clause 2003-03-06 17:37:12 +02:00
b2f27a155c made variable query_cache_min_res_unit from QUERY_CACHE_MIN_RESULT_DATA_SIZE (SCRUM) 2003-03-02 21:39:03 +02:00
4352b9953a fixed SQL_SELECT option with UNIONs 2003-02-27 22:26:09 +02:00
9a46698e1e Merge with 4.0.11 2003-02-26 01:03:47 +02:00
05bbea4b25 fixed invalidation of query cache on LOAD DATA 2003-02-14 22:20:38 +02:00
023d6dd39b Merge with 4.0.11 2003-02-04 21:52:14 +02:00
9ec97f2c08 fixed table invalidation in simple renaming 2003-01-24 01:54:39 +02:00