- 19 Jul, 2004 1 commit
-
-
unknown authored
exception (it only applies to 4.0 and above)
-
- 24 Jun, 2004 1 commit
-
-
unknown authored
sql/sql_parse.cc: parameter of my_yyoverflow made independed from YYSIZE_T sql/sql_yacc.yy: parameter of my_yyoverflow made independed from YYSIZE_T
-
- 17 Jun, 2004 2 commits
- 07 Jun, 2004 1 commit
-
-
unknown authored
-
- 03 Jun, 2004 1 commit
-
-
unknown authored
removed incorrect destructor (to prevent deleting item by recursion instead of by list scanning in case of chained OR or AND)
-
- 31 May, 2004 1 commit
-
-
unknown authored
-
- 04 May, 2004 1 commit
-
-
unknown authored
-
- 25 Mar, 2004 2 commits
- 24 Mar, 2004 1 commit
-
-
unknown authored
-
- 23 Mar, 2004 1 commit
-
-
unknown authored
mysql-test/t/alter_table.test: test for BUG#3270 added
-
- 04 Mar, 2004 1 commit
-
-
unknown authored
mysql-test/r/func_math.result: added test for Bug #3051 "FLOOR returns invalid" mysql-test/t/func_math.test: added test for Bug #3051 "FLOOR returns invalid"
-
- 16 Feb, 2004 2 commits
- 11 Feb, 2004 2 commits
- 06 Feb, 2004 1 commit
-
-
unknown authored
BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted mysql-test/r/alter_table.result: Fix for bug #2628: test result fixed mysql-test/t/alter_table.test: Fix for bug #2628: test case added sql/sql_table.cc: Fix for bug #2628: We need to take into account database name when checking if source and destination table names are equal. Note, that after merge to 4.0 we also need to check for lower_case_table_names.
-
- 03 Feb, 2004 1 commit
-
-
unknown authored
-
- 13 Jan, 2004 1 commit
-
-
unknown authored
by fixing optimizer bug with help of 'volatile' keyword mysql-test/r/func_math.result: added tests for BUG #2338 Trigonometric arithmetic problems mysql-test/t/func_math.test: added tests for BUG #2338 Trigonometric arithmetic problems sql/item_func.cc: added keyword volatile in Item_func_acos::val and Item_func_asin::val to calm optimizer down and to avoid it's bug
-
- 17 Dec, 2003 1 commit
-
-
unknown authored
into eagle.mysql.r18.ru:/home/vva/work/BUG_2012/mysql-3.23
-
- 16 Dec, 2003 1 commit
-
-
unknown authored
(fixed #bug 2012) mysql-test/r/insert_select.result: added test case for bug #2012 mysql-test/t/insert_select.test: added test case for bug #2012
-
- 27 Nov, 2003 2 commits
- 25 Nov, 2003 1 commit
-
-
unknown authored
copy of COPYING.LIB (moved from the mysys subdirectory) instead of creating it on the fly out of the manual. COPYING.LIB: Rename: mysys/COPYING.LIB -> COPYING.LIB Docs/Makefile.am: - Don't build COPYING.LIB from manual.texi anymore (section was removed from the manual)
-
- 24 Nov, 2003 1 commit
-
-
unknown authored
into serg.mylan:/usr/home/serg/Abk/mysql
-
- 19 Nov, 2003 1 commit
-
-
unknown authored
added sql/udf_example.so scripts/make_win_src_distribution BitKeeper/etc/ignore: added sql/udf_example.so scripts/make_win_src_distribution
-
- 17 Nov, 2003 2 commits
- 04 Nov, 2003 1 commit
-
-
unknown authored
Stop the line wrapping for warnings. it needs for warnings statistic in code coverage BUILD/compile-pentium-gcov: Stop the line wrapping for warnings. it needs for warnings statistic in code coverage
-
- 20 Oct, 2003 1 commit
-
-
unknown authored
Make mysqlbinlog prompt for the password if mysqlbinlog -p instead of printing the usage(). This makes mysqlbinlog behave like other clients, which is the reason why we fix this in 3.23. This new code was almost copied from mysqldump. Note that before, one could use mysqlbinlog -p pass and now one must use mysqlbinlog -ppass (putting a space will ask for the password). client/mysqlbinlog.cc: Make mysqlbinlog prompt for the password if mysqlbinlog -p instead of printing the usage(). This makes mysqlbinlog behave like other clients, which is the reason why we fix this in 3.23. This new code was almost copied from mysqldump. Note that before, one could use mysqlbinlog -p pass and now one must use mysqlbinlog -ppass (putting a space will ask for the password).
-
- 18 Oct, 2003 1 commit
-
-
unknown authored
into mysql.com:/home/mysql_src/mysql-3.23
-
- 08 Oct, 2003 2 commits
- 07 Oct, 2003 1 commit
-
-
unknown authored
into eagle.mysql.r18.ru:/home/vva/work/BUG_1378/mysql-3.23
-
- 06 Oct, 2003 1 commit
-
-
unknown authored
-
- 29 Sep, 2003 1 commit
-
-
unknown authored
sql/sql_repl.cc: fixed mysql_binlog_send to use COM_BINLOG_DUMP in mysqlbinlog
-
- 27 Sep, 2003 1 commit
-
-
unknown authored
The 4.0 changeset was: ChangeSet@1.1579.3.1, 2003-09-26 23:43:22+02:00, guilhem@mysql.com Fix for 64-bit machines. I am almost sure this is the cause for BUG#1381 [Opn]: Bug in replication on HP-UX 64 bit binaries? BUG#1256 [CRp]: Replication slave fails to connect to master in 64-bit version (Solaris) The reason why I think it's wrong is that the normal client code has uint32 ip_addr. (of course on 32-bit machines it does not matter, but on 64-bit it does). sql/mini_client.cc: backport of a fix made in 4.0 to make replication work in 64-bit binaries.
-
- 17 Sep, 2003 1 commit
-
-
unknown authored
-
- 15 Sep, 2003 1 commit
-
-
unknown authored
- Tagged ChangeSet 1.1413 as "mysql-3.23.58" configure.in: - Bumped up version number from 3.23.58 to 3.23.59 in configure.in
-