- 14 Dec, 2004 8 commits
-
-
matthias@three.local.lan authored
into three.local.lan:/home/matthias/Arbeit/mysql-4.1/src
-
tomas@poseidon.ndb.mysql.com authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1-clean
-
tomas@poseidon.ndb.mysql.com authored
removed diskless option for ndb test
-
sergefp@mysql.com authored
into mysql.com:/dbdata/psergey/mysql-4.1-merge-fix
-
acurtis@pcgem.rdg.cyberkinetica.com authored
The "insert_update" causes a server crash when using prepared statements Must clear table->insert_values after completing every prepared statement
-
sergefp@mysql.com authored
(here in client_test.c because we need to check if several PS execution works and the bug shows up with binary protocol only )
-
sergefp@mysql.com authored
into mysql.com:/dbdata/psergey/mysql-4.1-merge-fix
-
sergefp@mysql.com authored
* Backport of safety measures from 5.0: make numeorous replaces: s/item->fix_fields()/if (!item->fixed) item->fix_fields()
-
- 13 Dec, 2004 32 commits
-
-
jimw@mysql.com authored
into mysql.com:/home/jwinstead2/mysql-4.1
-
sergefp@mysql.com authored
* Added Item_ref::set_properties * Item_ref::Item_ref now expects to get in *item either NULL - then fix_fields() will be called later or ptr to Item it will refer to - then an equivalent of fix_fields() call is performed
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-4.1-clean
-
lenz@mysql.com authored
without the PS protocol
-
matthias@three.local.lan authored
into three.local.lan:/home/matthias/Arbeit/mysql-4.1/src
-
mwagner@here.mwagner.org authored
s/spaces/TAB/
-
mleich@mysql.com authored
ps-modify1 used the user variables @1, @2, @100 set within ps_query and ps_modify. That architecture was wrong, because the dependence of ps_modify1 on ps_query and ps_modify makes the test script maintenance and the use of these test cases during bug fixing/ debugging of single sub test cases very uncomfortable. Therefore these user variables (@1, @2, @100) are also set within ps-modify1. The result files of the test cases ps_2myisam, ps_3innodb, ps_4heap, ps_6bdb, ps_7ndb will be affected by that change and show 3 additional lines, but nothing else will change.
-
mwagner@here.mwagner.org authored
Add running of test suite with --ps-protocol to 'test' target
-
jimw@mysql.com authored
into mysql.com:/home/jwinstead2/mysql-4.1
-
matthias@three.local.lan authored
into three.local.lan:/home/matthias/Arbeit/mysql-4.1/src
-
sergefp@mysql.com authored
into mysql.com:/dbdata/psergey/mysql-4.1-merge
-
sergefp@mysql.com authored
-
sergefp@mysql.com authored
-
sergefp@mysql.com authored
The problem in 4.1 was the same as in 4.0 - fix_fields() not called for created Item_ref. The fix is similar too - initialize Item_refs in ctor (but don't interfere with cases when Item_ref is used by subselects).
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-4.1-clean
-
acurtis@pcgem.rdg.cyberkinetica.com authored
into pcgem.rdg.cyberkinetica.com:/usr/home/acurtis/work/wl2274.2
-
guilhem@mysql.com authored
-
tomas@poseidon.ndb.mysql.com authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1-clean
-
tomas@poseidon.ndb.mysql.com authored
quick fix for wrong allocation of size
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1
-
bell@sanja.is.com.ua authored
-
tomas@poseidon.ndb.mysql.com authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1-clean
-
tomas@poseidon.ndb.mysql.com authored
changed back to just restricting max meta objects in dict to make sure we can "always" configure ourselves out of unforseen limits
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-ref-4.1
-
bell@sanja.is.com.ua authored
-
tomas@poseidon.ndb.mysql.com authored
-
acurtis@pcgem.rdg.cyberkinetica.com authored
UPDATE clause conflicts with SELECT for use of item_list field. Alter UPDATE clause to use new lex field update_list Tests included
-
-
matthias@three.local.lan authored
into three.local.lan:/home/matthias/Arbeit/mysql-4.1/src
-
tomas@poseidon.ndb.mysql.com authored
+ fixed testcase
-
marko@hundin.mysql.fi authored
dict_load_table(): detect the new table format of MySQL 5.0.3
-
bell@sanja.is.com.ua authored
-