- 26 Dec, 2005 2 commits
-
-
bar@mysql.com authored
added item_xmlfunc.cc
-
bar@mysql.com authored
Delete: libmysqld/item_xmlfunc.cc
-
- 25 Dec, 2005 3 commits
-
-
monty@mysql.com authored
into mysql.com:/home/my/mysql-5.1
-
monty@mysql.com authored
-
brian@zim.(none) authored
--engine="myisam,archive" --number-of-rows has been removed for the time being and replaced with option to allow you to just repeat multiple time all of the inserts you specifed with data. When number-of-rows-returns it will be instead used for averaging rows while growing concurrency. Returned stats now has accurent row and query counts since it includes a multiple for the rows and queries added. Parser is now a touch smarter and understands end of file issues if you have a delimiter at the end of the file.
-
- 24 Dec, 2005 4 commits
-
-
brian@zim.(none) authored
into zim.(none):/home/brian/mysql/cluster-5.1
-
brian@zim.(none) authored
1) Parsing now works 2) Options are safer, aka it doesn't kill the machine and it cleans up after itself 3) Option of --only-print added so that you can see what it does. 4) Tiny cleanup of the auto generate sql. A lot more needs to be done with this, for it to be very valuable. I suspect it doesn't work all that well. 5) Delimeter is now a single character. No good escaping going on. 6) You can now change which schema it is runninng against. Now I think I can go make use of it! Though I need to add support for a "only run this many inserts, divide by the number of clients connecting, to really test scaling"
-
dlenev@mysql.com authored
into mysql.com:/home/dlenev/src/mysql-5.1-merges
-
brian@zim.(none) authored
-
- 23 Dec, 2005 5 commits
-
-
brian@zim.(none) authored
into zim.(none):/home/brian/mysql/archive-5.1
-
brian@zim.(none) authored
Fix for Antony's push. I've also changed from using the zlib off_t pointer type to my_off_t to fix issues around buggy zlib versions and to make sure file sizes are consistent through out mysql.
-
joerg@mysql.com authored
When not generating 'tags' file, also don't generate symlinks to it (or make dist will fail/behave wierdly). (origin: 1.1985 05/12/22 23:31:15 knielsen@mysql.com +1 -0)
-
brian@zim.(none) authored
into zim.(none):/home/brian/mysql/archive-5.1
-
brian@zim.(none) authored
AZIO differs in that it uses mysys methods and removes all of the malloc calls.
-
- 22 Dec, 2005 10 commits
-
-
brian@zim.(none) authored
into zim.(none):/home/brian/mysql/cluster-5.1
-
mats@mysql.com authored
into mysql.com:/home/bk/b15920-mysql-5.1-new
-
knielsen@mysql.com authored
Remove errorneously committed ChangeLog file.
-
knielsen@mysql.com authored
-
mats@mysql.com authored
Fixing faulty tests preventing some CREATE TEMPORARY TABLE statements from being binlogged under statement-based replication.
-
brian@zim.(none) authored
into zim.(none):/home/brian/mysql/cluster-5.1
-
brian@zim.(none) authored
1) Fixes breakage in embedded server build for XMLPath push. 2) Hides PARTITION engine from view. 3) Add ENGINES information schema (and it should now be clear from this patch on how to turn any show command into an information schema).
-
knielsen@mysql.com authored
-
lars@mysql.com authored
-
lars@mysql.com authored
This includes both code and test cases.
-
- 21 Dec, 2005 13 commits
-
-
acurtis@xiphis.org authored
-
acurtis@xiphis.org authored
-
acurtis@xiphis.org authored
-
acurtis@xiphis.org authored
into xiphis.org:/home/antony/work3/mysql-5.1-plugable-2
-
acurtis@xiphis.org authored
Give BerkeleyDB savepoints Remove "enum db_type" from most of the code
-
joerg@mysql.com authored
-
bar@mysql.com authored
into mysql.com:/usr/home/bar/mysql-5.1-new.xml
-
bar@mysql.com authored
libmysqld/Makefile.am: sql/Makefile.am: Adding new source files. Adding new file into build process. include/my_xml.h: strings/xml.c: Adding new XML parse flags to skip text normalization and to use relative tag names. Adding enum for XML token types. sql/lex.h: Making parser aware of new SQL functions. sqll/item_create.h, sql/item_create.cc: Adding creators for ExtractValue and UpdateXML. sql/item.h: Adding new Item types: nodeset and nodeset comparator. sql/item_xmlfunc.h sql/item_xmlfunc.cc Adding new classes implementing XPath functions. mysql-test/t/xml.test, mysql-test/r/xml.result: New files: adding test case
-
dlenev@mysql.com authored
into mysql.com:/home/dlenev/src/mysql-5.0-bg14836
-
vtkachenko@melody.mysql.com authored
into melody.mysql.com:/home/vadim/mysql-5.1-new
-
kent@mysql.com authored
Don't run "mysqlslap" on Windows mysqlslap.test: We don't run "mysqlslap" on Windows mysql.sln: Removed build of "client/mysqlslap.c" on Windows
-
kent@mysql.com authored
into mysql.com:/Users/kent/mysql/bk/mysql-5.1-new
-
-
- 20 Dec, 2005 3 commits
-
-
msvensson@neptunus.(none) authored
-
paul@snake-hub.snake.net authored
into snake-hub.snake.net:/src/extern/MySQL/bk/mysql-5.0
-
paul@snake-hub.snake.net authored
Fix typo.
-