- 27 Jul, 2005 1 commit
-
-
monty@mysql.com authored
Change argument order to be database, tablename for some functions
-
- 26 Jul, 2005 8 commits
-
-
marko@hundin.mysql.fi authored
into hundin.mysql.fi:/home/marko/mysql-4.1
-
bar@mysql.com authored
into mysql.com:/usr/home/bar/mysql-4.1.b12109
-
bar@mysql.com authored
ctype-cp932.c: ctype-gbk.c: ctype-mb.c: ctype-simple.c: ctype-sjis.c: ctype-ucs2.c: ctype-ujis.c: ctype-utf8.c: Adding explicit cast to return type in pointer substructions to avoid warnings from some compilers.
-
marko@hundin.mysql.fi authored
data files. Previously, writes were flushed until the doublewrite buffer was created. That would be too slow on systems where os_file_flush() [or fsync(2)] is slow. (Bug #12125)
-
bar@mysql.com authored
into mysql.com:/usr/home/bar/mysql-4.1.b10201
-
bar@mysql.com authored
Adding test item_sum.cc: Adding a call for collation/charset aggregation, to collect attributes from the arguments. The actual bug fix. item_func.h, item_func.cc, item.h, item.cc: - Removing collation aggrgation functions from Item_func class in item.cc, and adding it as non-class functions in item.cc to be able to reuse this code for group_concat. - Adding replacement for these functions into Item_func class as wrappers for moved functions, to minizize patch size,
-
joreland@mysql.com authored
into mysql.com:/home/jonas/src/mysql-4.1-push
-
joreland@mysql.com authored
-
- 25 Jul, 2005 11 commits
-
-
bar@mysql.com authored
Bug#12109 possible locking bug in init_available_charset Recheck charset_initialized inside locked code, to garantee two threads are not entering consequently.
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.1
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.1
-
lenz@mysql.com authored
make_binary_distribution, make_sharedlib_distribution and make_win_src_distribution - removed make_win_binary_distribution.sh
-
lenz@mysql.com authored
make_win_src_distribution are created, but not installed - removed make_win_binary_distribution.sh as it's obsolete and outdated
-
joreland@mysql.com authored
into mysql.com:/home/jonas/src/mysql-4.1-push
-
joreland@mysql.com authored
-
joreland@mysql.com authored
into mysql.com:/home/jonas/src/mysql-4.1-push
-
joreland@mysql.com authored
into mysql.com:/home/jonas/src/mysql-4.1-push
-
joreland@mysql.com authored
-
georg@lmy002.wdf.sap.corp authored
added export symbols mysql_server_init and mysql_server_end to allow client to connect to external and embedded server using the same code (required for Connector/OO.org). (Backport from 5.0 - cs. 1.35)
-
- 24 Jul, 2005 1 commit
-
-
joreland@mysql.com authored
-
- 23 Jul, 2005 1 commit
-
-
joreland@mysql.com authored
-
- 22 Jul, 2005 13 commits
-
-
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-4.1-clean
-
jimw@mysql.com authored
client via mysql_fetch_fields(). (Bug #11311)
-
bar@mysql.com authored
Bug #11987 mysql will truncate the text when the text contain GBK char:"0xA3A0" and "0xA1" Allow to store and retrieve even unassigned GBK codes. Like we did in Big5 earlier. have_gbk.inc, have_gbk.require, ctype_gbk.result, ctype_gbk.test: new file
-
bar@mysql.com authored
into mysql.com:/usr/home/bar/mysql-4.1.b11754
-
stewart@mysql.com authored
into mysql.com:/home/stewart/Documents/MySQL/4.0/main
-
stewart@mysql.com authored
into mysql.com:/home/stewart/Documents/MySQL/4.1/main
-
bar@mysql.com authored
into mysql.com:/usr/home/bar/mysql-4.1.b11754
-
hf@deer.(none) authored
-
hf@deer.(none) authored
into deer.(none):/home/hf/work/mysql-4.0.clean
-
jimw@mysql.com authored
non-existent database. (Bug #10407)
-
stewart@mysql.com authored
into mysql.com:/home/stewart/Documents/MySQL/4.0/main
-
stewart@mysql.com authored
into mysql.com:/home/stewart/Documents/MySQL/4.1/main
-
- 21 Jul, 2005 5 commits
-
-
hf@deer.(none) authored
-
bar@mysql.com authored
into mysql.com:/usr/home/bar/mysql-4.1.b11216
-
joreland@mysql.com authored
into mysql.com:/home/jonas/src/mysql-4.1-push
-
bar@mysql.com authored
removing extra empty line ,
-
bar@mysql.com authored
Index.xml: Fixing latin1 comment: it is actually cp1252, not iso-8859-1 ctype_latin1.result: changeing test results accordingly. ctype-latin1.c: Fixed to- and from-Unicode conversion maps for better Unicode round trip of undefined characters.
-