- 24 Nov, 2004 1 commit
-
-
tomas@poseidon.ndb.mysql.com authored
enabled query cache for ndb modified engine interface somewhat sql/ha_innodb.h enabled query cache for ndb modified engine interface somewhat sql/ha_ndbcluster.cc enabled query cache for ndb modified engine interface somewhat ndb will only allow caching and retrieval if running autocommit - return false, but do not invalidate commit count is used as engine data, i.e. - store commit count before store of cache - allow retrieval if commit count has not changed on a table - invalidate if commit count has changed sql/ha_ndbcluster.h enabled query cache for ndb modified engine interface somewhat sql/handler.cc enabled query cache for ndb modified engine interface somewhat sql/handler.h enabled query cache for ndb modified engine interface somewhat new virtual handler method cached_table_registration called on each table before alowing store in query cache - return TRUE - ok to cache, FALSE - not allowed to cache, invalidate queries if engine_data below has changed - sets ulonglong (engine_data) that is stored in query cache for each table - sets callback to be called for each table before usage of cached query, callback = 0 -> no check later sql/mysql_priv.h enabled query cache for ndb modified engine interface somewhat callcack prototype for callback to engine before query cache retrieval sql/sql_cache.cc enabled query cache for ndb modified engine interface somewhat if callback is set on table in cache, do callback to check if allowed to use cache if not allowed to use cache, check if engine_data has changed, if so, invalidate all queries with that table + changes to store and pass callback and engine_data around sql/sql_cache.h enabled query cache for ndb modified engine interface somewhat changes to store callback and engine_data sql/table.h enabled query cache for ndb modified engine interface somewhat changes to store callback and engine_data
-
- 23 Nov, 2004 2 commits
-
-
tomas@poseidon.ndb.mysql.com authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
-
tomas@poseidon.ndb.mysql.com authored
-
- 22 Nov, 2004 29 commits
-
-
serg@serg.mylan authored
-
serg@serg.mylan authored
-
Added check for duplicate column in key Added tests and fixed tests which exploit bug
-
serg@serg.mylan authored
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
-
serg@serg.mylan authored
bug#6705 - (+trunc1* +trunc2*) fulltext.test, fulltext.result: bug#6705
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.1-build
-
lenz@mysql.com authored
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
-
tomas@poseidon.ndb.mysql.com authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1-clean
-
tomas@poseidon.ndb.mysql.com authored
-
bar@mysql.com authored
Better variable names in dump. Dump tertiary weight in reverse order, to sort upper letters before their lower counterparts.
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
-
serg@serg.mylan authored
range for BETWEEN typo fixed
-
tomas@poseidon.ndb.mysql.com authored
prepared for using query cache in ndb
-
mskold@mysql.com authored
into mysql.com:/usr/local/home/marty/MySQL/test/mysql-4.1
-
mskold@mysql.com authored
-
jan@hundin.mysql.fi authored
into hundin.mysql.fi:/home/jan/mysql-4.1
-
dlenev@mysql.com authored
into mysql.com:/home/dlenev/src/mysql-4.1-bg6462
-
dlenev@brandersnatch.localdomain authored
-
mskold@mysql.com authored
into mysql.com:/usr/local/home/marty/MySQL/test/mysql-4.1
-
tomas@poseidon.ndb.mysql.com authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
-
dlenev@mysql.com authored
into mysql.com:/home/dlenev/src/mysql-4.1-bg6462
-
dlenev@brandersnatch.localdomain authored
results." a.k.a. "Proper cleanup of subqueries is missing for SET and DO statements". (Version #2 with after-review fixes). To perform proper cleanup for statements that can contain subqueries but don't have main select we must call free_undelaid_joins().
-
mskold@mysql.com authored
-
bar@mysql.com authored
Mofidications to dump secondary and tertiary weigthts And some minor improvements
-
jan@hundin.mysql.fi authored
-
tomas@poseidon.ndb.mysql.com authored
aligned connect string option on all cluster executables, --ndb-connectstring is now supported by all enabled new section in my.cnf [mysql_cluster], which is read by all executables, where connect string can be put for all cluster executables
-
bar@mysql.com authored
- A new flag MY_CS_CSSORT was introduced for case sensitivity. - Item_func_regexp doesn't substiture ICASE not only for binary collations but for case sensitive collations as well.
-
- 21 Nov, 2004 3 commits
-
-
heikki@hundin.mysql.fi authored
Print a warning to the .err log if the InnoDB history list length is > 20 000 even though purge reaches the list head; this is to track corruption reported on the MySQL mailing list Nov 9, 2004 lock0lock.c: Let SHOW INNODB STATUS print the history list length
-
pekka@mysql.com authored
into mysql.com:/orca/space/pekka/ndb/version/my41
-
konstantin@mysql.com authored
of <parameter> IS NULL": we must not only set Item::null_value in Item_param, but implement Item_param::is_null() to work well with IS NULL/IS NOT NULL clauses.
-
- 19 Nov, 2004 5 commits
-
-
paul@kite-hub.kitebird.com authored
Tweak some help text.
-
dlenev@mysql.com authored
into mysql.com:/home/dlenev/src/mysql-4.1-bg6266
-
dlenev@mysql.com authored
into mysql.com:/home/dlenev/src/mysql-4.1-bg6439
-
petr@mysql.com authored
into mysql.com:/home/cps/mysql/trees/mysql-4.1
-
tomas@poseidon.ndb.mysql.com authored
reverting linking ndbclisnt to mysqladmin.cc
-