- 07 Sep, 2004 27 commits
-
-
unknown authored
mysql-test/r/rpl_set_charset.result: Auto merged mysql-test/r/select.result: Auto merged mysql-test/t/rpl_set_charset.test: Auto merged mysql-test/t/select.test: Auto merged sql/slave.cc: Auto merged
-
unknown authored
into rurik.mysql.com:/home/igor/dev/mysql-4.0-0
-
unknown authored
Added newline at the end of file. mysql-test/t/select.test: Added newline at the end of file.
-
unknown authored
-
unknown authored
BitKeeper/etc/ignore: auto-union client/mysqlcheck.c: Auto merged myisammrg/myrg_open.c: Auto merged scripts/mysqld_safe.sh: Auto merged sql/sql_analyse.cc: Auto merged
-
unknown authored
into mysql.com:/home/mysql_src/mysql-4.0
-
unknown authored
This does not fix any known bug, but is still a good idea. sql/log_event.cc: when we update thd->db in replication, it's safer to update thd->db_length too. sql/slave.cc: when we update thd->db in replication, it's safer to update thd->db_length too. sql/sql_db.cc: comment
-
unknown authored
into gw.mysql.r18.ru:/usr/home/ram/work/4.0.b2205
-
unknown authored
into gw.mysql.r18.ru:/usr/home/ram/work/4.0.b2205
-
unknown authored
mysql-test/r/rpl_set_charset.result: result update mysql-test/t/rpl_set_charset.test: clean up on slave too.
-
unknown authored
-
unknown authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.1 sql/sql_parse.cc: Auto merged
-
unknown authored
-
unknown authored
into deer.(none):/home/hf/work/mysql-4.1.5371
-
unknown authored
libmysql/libmysql.c: Code trimmed
-
unknown authored
into neptunus.(none):/home/magnus/mysql/mysql-4.1
-
unknown authored
mysql-test/r/ndb_insert.result: Add tests for duplicate keys in combination with start/end_bulk_insert mysql-test/t/ndb_insert.test: Add tests for duplicate keys in combination with start/end_bulk_insert sql/ha_ndbcluster.cc: Set my_errno if error occurs in end_bulk_insert
-
unknown authored
-
unknown authored
-
unknown authored
stack) We just don't expect BIG buffer to be sent for just a double libmysql/libmysql.c: We shouldn't fall if the buffer_length is bigger than 330
-
unknown authored
-
unknown authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
-
unknown authored
into mysql.com:/home/mysql_src/mysql-4.0
-
unknown authored
As I cannot be 100% sure that there won't be issues with some of our exotic platforms (who knows if the charset of <obscure old OS> will play fair?), I'll send an email to the build guys. Well, this holds if bk does not crash on binary chars of this cset.
-
unknown authored
into rhols221.adsl.netsonic.fi:/home/my/bk/mysql-4.0
-
unknown authored
FLOAT columns".
-
unknown authored
into gw.mysql.r18.ru:/usr/home/ram/work/4.0.b2631
-
- 06 Sep, 2004 13 commits
-
-
unknown authored
sql/sql_table.cc: stupid me. error already exists in the function. Using a local 'int error' resulted in global 'error' not being inited, which probably made next steps (those testing global error) go wrong!
-
unknown authored
-
unknown authored
into mysql.com:/home/mysql_src/mysql-4.0-opt sql/log.cc: Auto merged
-
unknown authored
sql/log.cc: removing unneeded class Disable_binlog sql/sql_class.h: removing unneeded class Disable_binlog sql/sql_table.cc: As discussed, class Disable_binlog is removed and replaced by macros.
-
unknown authored
into mysql.com:/home/mysql_src/mysql-4.0
-
unknown authored
Dependency fix. We observed that doing any change to class THD in sql_class.h resulted in mysqld going crazy (parsing errors, query cache errors in query_cache.test). This is because sql_yacc.cc depends on several .h files but those were not listed in the dependencies of sql_yacc.o. The present patch does fix the issue; but my auto*-expert colleagues may have a better one. sql/Makefile.am: sql_yacc.c includes mysql_priv.h, slave.h etc, so sql_yacc.o does depend on these .h files; so they need to be listed in the dependencies.
-
unknown authored
myisammrg/myrg_open.c: backport from 4.1 mysql-test/r/union.result: after merge fix mysql-test/t/union.test: after merge fix sql/log.cc: backward compatibility: inhibit severity labels in error log
-
unknown authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.0 mysql-test/r/union.result: Auto merged mysql-test/t/union.test: Auto merged
-
unknown authored
-
unknown authored
sqlstat uninitialized in mysql_init(). sql-common/client.c: sqlstat uninitialized in mysql_init().
-
unknown authored
into hundin.mysql.fi:/home/heikki/mysql-4.1
-
unknown authored
(Jani's CS 1.1675 04/01/05 21:45:14 was adapted an aplied). client/mysql.cc: A fix (bug #2205 USE database doesn't work after DROP database + CREATE database).
-
unknown authored
-