- 15 Dec, 2004 1 commit
-
-
konstantin@mysql.com authored
not simply inline, to fix the linking failure on Sun Solaris 9 (sparc) with Sun Studio 9, reported by Peter Harvey.
-
- 14 Dec, 2004 17 commits
-
-
konstantin@mysql.com authored
-
ram@gw.mysql.r18.ru authored
into gw.mysql.r18.ru:/usr/home/ram/work/4.1
-
ram@gw.mysql.r18.ru authored
TYPE=MyISAM replaced with ENGINE=MyISAM.
-
wax@kishkin.ru authored
corrected mysql_test_run_new.dsp added dependency corrected path of mysql_test_run_new.dsp fixed wrong code added my_create_tables.c removed command_line fixed #elif restored NAME_MAX and MAX_FNAME added create_system_files() added compare() for windows added all files of testes in script added mysql-test in script
-
ram@gw.mysql.r18.ru authored
into gw.mysql.r18.ru:/usr/home/ram/work/4.1
-
bar@mysql.com authored
bug#6911 resultset metadata always return client character set
-
ram@gw.mysql.r18.ru authored
-
ram@gw.mysql.r18.ru authored
into gw.mysql.r18.ru:/usr/home/ram/work/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
removed diskless option for ndb test
-
ram@gw.mysql.r18.ru authored
into gw.mysql.r18.ru:/usr/home/ram/work/4.1
-
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 )
-
ram@gw.mysql.r18.ru authored
-
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 22 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
-
mwagner@here.mwagner.org authored
s/spaces/TAB/
-
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
-
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
-