- 25 Aug, 2002 1 commit
-
-
heikki@hundin.mysql.fi authored
Put 'last millisecond' test to make sure page checksum errors do not result from memory corruption in InnoDB os0thread.c, configure.in: Make sure stack size in InnoDB threads in AIX is at least 32 kB
-
- 23 Aug, 2002 2 commits
-
-
heikki@hundin.mysql.fi authored
Remove potential memory leak caused by redefined alloca, remove include of unistd.h to allow compilation on Windows
-
heikki@hundin.mysql.fi authored
Improved error message for out-of-sync frm files
-
- 22 Aug, 2002 1 commit
-
-
heikki@hundin.mysql.fi authored
The lexer of InnoDB to 8-bit, it was 7-bit which made it crash on table names containing char codes > 127 pars0lex.l, pars0grm.y: Add InnoDB internal SQL interpreter grammar and lexer sources
-
- 18 Aug, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
-
- 16 Aug, 2002 5 commits
-
-
monty@hundin.mysql.fi authored
-
monty@hundin.mysql.fi authored
-
monty@hundin.mysql.fi authored
-
monty@hundin.mysql.fi authored
-
lenz@mysql.com authored
- Added 3.23.53 News section to the manual - Updated version number in configure.in to 3.23.53
-
- 15 Aug, 2002 2 commits
-
-
miguel@hegel.local authored
-
heikki@hundin.mysql.fi authored
Add multithreaded stress tests for InnoDB new file
-
- 13 Aug, 2002 7 commits
-
-
heikki@hundin.mysql.fi authored
In HP-UX-10.20 my_pthread_mutex_trylock erroneously returned 0 also in the case where the mutex was not acquired
-
monty@work.mysql.com authored
-
heikki@hundin.mysql.fi authored
Fix an infinite recursion in my_pthread_mutex_trylock in HP-UX-10.20; the same bug is in the 4.0 tree
-
bar@bar.mysql.r18.ru authored
-
serg@sergbook.mysql.com authored
into sergbook.mysql.com:/usr/home/serg/Abk/mysql
-
serg@sergbook.mysql.com authored
-
arjen@fred.bitbike.com authored
-
- 12 Aug, 2002 10 commits
-
-
heikki@hundin.mysql.fi authored
Fix a critical portability bug introduced in the Windows version
-
heikki@hundin.mysql.fi authored
Put a note that the InnoDB HANDLER code is not used until 4.1, and appears for documentational purposes only
-
serg@sergbook.mysql.com authored
-
serg@sergbook.mysql.com authored
-
arjen@fred.bitbike.com authored
-
heikki@hundin.mysql.fi authored
Cleanup of latest rewrite of innobase_mysql_print_thd; from now on changing this code is forbidden unless a written permission is received from Heikki 3 days in advance
-
arjen@fred.bitbike.com authored
-
monty@hundin.mysql.fi authored
-
monty@hundin.mysql.fi authored
-
monty@hundin.mysql.fi authored
Moved IF(test,column,NULL) code to 4.0 Changed mysys_priv.h to include my_pthread.h or my_no_pthread.h. Removed some CR's in os2 files.
-
- 11 Aug, 2002 2 commits
-
-
heikki@hundin.mysql.fi authored
Add tentative code which can be used in HANDLER implementation for InnoDB
-
heikki@hundin.mysql.fi authored
Redefine sprintf as ut_sprintf inside InnoDB code; some old Unixes may have a pointer as the return type of sprintf lock0lock.c: Add safety against buffer overruns in latest deadlock info srv0srv.c: Add safety against buffer overruns in SHOW INNODB STATUS os0thread.h, os0thread.c: Fix a portability bug introduced in Windows when we changed os_thread_id_t to be the same as os_thread_t
-
- 10 Aug, 2002 4 commits
-
-
Sinisa@sinisa.nasamreza.org authored
-
Sinisa@sinisa.nasamreza.org authored
into sinisa.nasamreza.org:/mnt/work/mysql
-
Sinisa@sinisa.nasamreza.org authored
-
lenz@mysql.com authored
and removed the 3.23.53 News section for now until 3.23.52 is officially tagged.
-
- 09 Aug, 2002 5 commits
-
-
lenz@mysql.com authored
- Only define alloca as a compiler builtin, if we use GCC and there is no alloca.h installed
-
Sinisa@sinisa.nasamreza.org authored
-
heikki@hundin.mysql.fi authored
Add some more safety margin to buffer sizes in prints
-
heikki@hundin.mysql.fi authored
Found the bug in modified innobase_mysqld_print_thd; the person who modifies code should test that his change works
-
heikki@hundin.mysql.fi authored
Revert changes to sprintf until we know why control characters scrambled the output
-