- 01 Feb, 2007 2 commits
-
-
joerg@trift2. authored
into trift2.:/MySQL/M51/push-5.1
-
brian@zim.(none) authored
Reworked a section of code that caused valgrind errors (and that partitioning was not happy about).
-
- 31 Jan, 2007 8 commits
-
-
df@kahlann.erinye.com authored
-
df@kahlann.erinye.com authored
into kahlann.erinye.com:/home/df/mysql/build/mysql-5.1-build-work
-
df@kahlann.erinye.com authored
into kahlann.erinye.com:/home/df/mysql/build/mysql-5.0-build-work
-
joerg@trift2. authored
into trift2.:/MySQL/M51/push-5.1
-
df@kahlann.erinye.com authored
-
joerg@trift2. authored
into trift2.:/MySQL/M50/push-5.0
-
joerg@trift2. authored
into trift2.:/MySQL/M50/push-5.0
-
joerg@trift2. authored
Its root cause is a difference between the "readline" and "libedit" (header files) definitions of "rl_completion_entry_function", where the "libedit" one is wrong anyway: This variable is used as a pointer to a function returning "char *", but "libedit" declares it as returning "int" and then adds casts on usage. Change it to "CPFunction *" and get rid of the casts.
-
- 30 Jan, 2007 6 commits
-
-
kent@kent-amd64.(none) authored
into mysql.com:/home/kent/bk/tmp2/mysql-5.1-build
-
peterg/pgulutzan@linux.site authored
-
kent@mysql.com/kent-amd64.(none) authored
If inserting a GPL header, include a complete one Makefile.am, mysql.dsw, mysql.sln: Removed C version of mysql-test-run mysql.spec.sh: Specify GPL license only in GPL sources .del-my_manage.h: Delete: mysql-test/my_manage.h mysql.spec.sh: Added GPL header .del-mysql_test_run_new.c: Delete: mysql-test/mysql_test_run_new.c .del-mysql_test_run_new.dsp: Delete: VC++Files/mysql-test/mysql_test_run_new.dsp .del-my_create_tables.c: Delete: mysql-test/my_create_tables.c .del-mysql_test_run_new_ia64.dsp: Delete: VC++Files/mysql-test/mysql_test_run_new_ia64.dsp msql2mysql.sh: Use up-to-date GPL header .del-mysql_test_run_new.vcproj: Delete: VC++Files/mysql-test/mysql_test_run_new.vcproj .del-my_manage.c: Delete: mysql-test/my_manage.c
-
df@kahlann.erinye.com authored
into kahlann.erinye.com:/home/df/mysql/build/mysql-5.1-build
-
df@kahlann.erinye.com authored
into kahlann.erinye.com:/home/df/mysql/build/mysql-5.0-build-work-25530
-
df@kahlann.erinye.com authored
into kahlann.erinye.com:/home/df/mysql/build/mysql-5.1-build-work-25530
-
- 29 Jan, 2007 7 commits
-
-
brian@zim.(none) authored
into zim.(none):/home/brian/mysql/archive-newformat-5.1
-
brian@zim.(none) authored
Extended mysqlslap.c for auto tests (see the comment on the mysqlslap.c file). I also fixed a bug where limit was not being reached.
-
df@kahlann.erinye.com authored
into kahlann.erinye.com:/home/df/mysql/build/mysql-5.1-build-work-5.1.15-and-opt-merge
-
df@kahlann.erinye.com authored
into kahlann.erinye.com:/home/df/mysql/build/mysql-5.1-build-work-5.1.15-and-opt-merge
-
df@kahlann.erinye.com authored
-
holyfoot/hf@mysql.com/hfmain.(none) authored
it can't be compile everywhere if we just cast pointer to pthread_t So now we use correct pthread_self() value as the pthread_t and pointer where we need to identify the thread exactly.
-
holyfoot/hf@mysql.com/hfmain.(none) authored
binlog_filter and rpl_filter are initialized in server's 'main' function which doesn't work in the embedded server. So this code moved to function working in both cases.
-
- 27 Jan, 2007 6 commits
-
-
baker@bk-internal.mysql.com authored
into bk-internal.mysql.com:/data0/bk/mysql-5.1-arch
-
df@kahlann.erinye.com authored
-
df@kahlann.erinye.com authored
-
df@kahlann.erinye.com authored
temporary fix
-
df@kahlann.erinye.com authored
very temporary fix
-
df@kahlann.erinye.com authored
-
- 26 Jan, 2007 11 commits
-
-
baker@bk-internal.mysql.com authored
into bk-internal.mysql.com:/data0/bk/mysql-5.1-arch
-
brian@zim.(none) authored
1) Two small windows cleanups for Archive. 2) Patch from Calvin for Falcon to be able to have its own I_S loaded. One example added for this, does hello world.
-
brian@zim.(none) authored
For performance reasons we remove the ability in unique indexes on autoincrements to remove the ability to insert key lower then the current autoincrement value.
-
brian@zim.(none) authored
into zim.(none):/home/brian/mysql/archive-newformat-5.1
-
brian@zim.(none) authored
It also refactors the test case for Archive (removed two bad tests).
-
brian@zim.(none) authored
-
gluh@eagle.(none) authored
into mysql.com:/home/gluh/MySQL/Merge/5.1
-
gluh@eagle.(none) authored
into mysql.com:/home/gluh/MySQL/Merge/5.1
-
gluh@mysql.com/eagle.(none) authored
into mysql.com:/home/gluh/MySQL/Merge/5.0
-
baker@bk-internal.mysql.com authored
into bk-internal.mysql.com:/data0/bk/mysql-5.1-arch
-
brian@zim.(none) authored
It now demonstrates creating its own thread and shows off how to clean up after itself (creates a really simple heartbeat file)
-