- 26 Feb, 2003 1 commit
-
-
unknown authored
-
- 25 Feb, 2003 4 commits
-
-
unknown authored
Code clean-up.
-
unknown authored
-
unknown authored
-
unknown authored
1. Fix for the crash in debug mode when the .frm is corrupted and SHOW TABLE STATUS is executed.This also fixes to return the error message to comment field in SHOW TABLE STATUS when the .frm is corrupted 2. Test for corrupted .frm and the SHOW TABLE STATUS sql/sql_show.cc: Fix for the crash in debug mode when the .frm is corrupted and SHOW TABLE STATUS is executed This also fixes to return the error message to comment field in SHOW TABLE STATUS when the .frm is corrupted tests/client_test.c: test for corrupted .frm and the SHOW TABLE STATUS
-
- 24 Feb, 2003 2 commits
- 22 Feb, 2003 2 commits
- 21 Feb, 2003 8 commits
-
-
unknown authored
into myvenu.com:/home/venu/work/sql/dev-4.1
-
unknown authored
Fix for mysql_stmt_close(), so that the PHP layer can map it easily to know whether the 'stmt' is really freed, so that they can free their internal stmts
-
unknown authored
Increased some tests' robustness a bit : - Added RESET MASTER to all tests who do SHOW BINLOG EVENTS, to make them independent from previous tests. - Added save_master_pos to these tests to wait for the slave to start before purging its binary logs. mysql-test/r/rpl_log.result: Updated SHOW BINLOG EVENTS's positions as Monty lengthened std_data/words.dat by 500 bytes. mysql-test/r/rpl_temporary.result: Added RESET MASTER to make positions shown by SHOW BINLOG EVENTS independent of any previous test. mysql-test/r/rpl_user_variables.result: Added RESET MASTER to make positions shown by SHOW BINLOG EVENTS independent of any previous test. mysql-test/t/rpl_log.test: Added save_master_pos to wait for the slave to have started before purging its binary logs. Otherwise, we could purge before the slave finishes starting, and then the slave could log events implicitly provoked by previous tests. mysql-test/t/rpl_temporary.test: Added RESET MASTER to make positions shown by SHOW BINLOG EVENTS independent of any previous test. mysql-test/t/rpl_user_variables.test: Added RESET MASTER to make positions shown by SHOW BINLOG EVENTS independent of any previous test. BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
-
unknown authored
into mysql.com:/space/my/mysql-4.1
-
unknown authored
-
unknown authored
- removed obsolete compile options from compile-pentium-debug-openssl BUILD/compile-pentium-debug-openssl: - removed "--without-innodb" (InnoDB is on by default) and "--with-vio" (--with-openssl implies --with-vio) libmysqld/lib_vio.c: - removed duplicate my_sys.h inclusion
-
unknown authored
-
unknown authored
libmysqld/libmysqld.c: Another missed fix for Embedded Library
-
- 20 Feb, 2003 6 commits
-
-
unknown authored
libmysqld/libmysqld.c: Minor tweak to fix the Netware portability to libmysqld
-
unknown authored
VC++Files/client/mysqlclient.dsp: . VC++Files/libmysql/libmysql.dsp: . VC++Files/libmysqld/libmysqld.dsp: . VC++Files/myisammrg/myisammrg.dsp: . VC++Files/mysqlmanager/MySqlManager.dsp: . VC++Files/mysys/mysys.dsp: . VC++Files/strings/strings.dsp: .
-
unknown authored
strings/strto.c: Windows won't compile for a wrong argument passing, expects a charset pointer sql/filesort.cc: Remove unused variable sql/lex.h: Change POINT->POINT_SYM due to redefination error from windef.h sql/mysqld.cc: Fix Embedded Server related code sql/protocol.cc: Remove unused variables from Embedded Server sql/sql_class.h: Remove silly usage sql/sql_derived.cc: Windows won't let you compile for this kind of assignments sql/sql_help.cc: Need a cast to make it compile sql/sql_parse.cc: Remove unused variables from Embedded server sql/sql_yacc.yy: Change POINT->POINT_SYM due to redefination error from windef.h mysys/mf_keycache.c: Add a correct cast and remove the unused variables libmysqld/lib_sql.cc: Remove unused variable libmysqld/libmysqld.c: Port the netware change to remove mysql_once_init to libmysqld
-
unknown authored
-
unknown authored
SHOW CHARACTER SET now displays "1" in mb_maxlen even if a charset is not loaded yet mysys/charset.c: SHOW CHARACTER SET now displays "1" in mb_maxlen even if a charset is not loaded yet
-
unknown authored
-
- 19 Feb, 2003 9 commits
-
-
unknown authored
into mysql.r18.ru:/usr/home/ram/work/mysql-4.1
-
unknown authored
-
unknown authored
Code cleanup. myisam/mi_open.c: Bug fix: we should set have_rtree value in case of table reopen. myisam/myisamdef.h: code cleanup myisam/rt_index.c: code cleanup
-
unknown authored
(SCRUM) mysql-test/r/func_time.result: result of test default_week_format mysql-test/t/func_time.test: test of default_week_format sql/mysqld.cc: add option default-week-format sql/set_var.cc: add system variable default_week_format sql/sql_class.h: add default_week_format into structure system_variables sql/sql_yacc.yy: change lex of week() with one parameter
-
unknown authored
client/mysqltest.c: Fixed typo in command name.
-
unknown authored
into mysql.r18.ru:/usr/home/ram/work/mysql-4.1
-
unknown authored
into gluh.mysql.r18.ru:/home/gluh/mysql-4.1.uvar
-
unknown authored
-
unknown authored
-
- 18 Feb, 2003 7 commits
-
-
unknown authored
into hundin.mysql.fi:/home/heikki/mysql-4.1
-
unknown authored
InnoDB maps HA_READ_PREFIX_LAST_OR_PREV to PAGE_CUR_LE, but note that only complete-field prefixes of the kay value can be used as the search key sql/ha_innodb.cc: InnoDB maps HA_READ_PREFIX_LAST_OR_PREV to PAGE_CUR_LE, but note that only complete-field prefixes of the kay value can be used as the search key
-
unknown authored
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.1
-
unknown authored
myisam/ft_dump.c: style fix myisam/sort.c: typo fixed
-
unknown authored
-
unknown authored
"syntax error". sql/mysqld.cc: Test for "syntax error" in yyerror() as well. They've changed the "parse error" string into "syntax error" in bison 1.875.
-
unknown authored
myisam/rt_index.c: bug fix myisam/rt_key.c: bug fix myisam/rt_test.c: bug fix
-
- 17 Feb, 2003 1 commit
-
-
unknown authored
myisam/rt_key.c: bug fix myisam/rt_split.c: bug fix
-