- 05 Aug, 2004 4 commits
-
-
unknown authored
Changed URL in error message, page has moved netware/mysql_test_run.c: Changed URL in error message, page has moved sql/mysqld.cc: Changed URL in error message, page has moved BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
-
unknown authored
Added NDB_DEBUG(--with-debug) and NDB_DEBUG_FULL(--with-debug=full) configure.in: Added NDB_DEBUG(--with-debug) and NDB_DEBUG_FULL(--with-debug=full)
-
unknown authored
libmysql/libmysql.c: Cleanup of conversion part of libmysql (prepared statements protocol): - now we have basic support for any conversion sequence: when we don't implement direct conversion of given value to requested buffer type (i.e. time -> double, or the other way around) we first convert i.e. time -> string and then call string -> double conversion. param->offset is now handled only in one place. - conversion functions renamed from send_data_{string, long, double} to fetch_{string,long,double}_with_conversion. Don't be confused with strange diff for send_data_long: I had to move send_data_string before all other sends as it's used inside thesm. (Shall we have a forward declaration instead?-) - a little cleanup in read_binary_{date,time,datetime} - now type of date value is set inside these functions, so we can be sure that we always return fully filled MYSQL_TIME structure to the user - float -> string conversion is fixed to honor param->precision. This is a step forward in fixing bug#4172 tests/client_test.c: test fix: now libmysql always sets MYSQL_TIME::time_type field. We need to set these fields in the test as later _in values are compared with canonical by plain memcmp.
-
unknown authored
on OSCON)
-
- 04 Aug, 2004 3 commits
-
-
unknown authored
into neptunus.(none):/home/magnus/mysql-4.1
-
unknown authored
Added NDBCLUSTER to table types which does not support generate. Added test case for truncate. sql/handler.h: Add NDBCLUSTER to table types that does not support generate.
-
unknown authored
Check if there are any operations pending that needs to be taken over to the updating/deleting transaction before closing the scan sql/ha_ndbcluster.cc: Check ops_pending if there are operations to take over before closing the scan
-
- 03 Aug, 2004 2 commits
- 02 Aug, 2004 1 commit
-
-
unknown authored
-
- 01 Aug, 2004 5 commits
-
-
unknown authored
-
unknown authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
-
unknown authored
"export A=var" is bash feature instead do "A=var; export A"
-
unknown authored
Fix error printout ndb/src/kernel/blocks/dbtc/Dbtc.hpp: Fix init scan frag record ndb/src/mgmsrv/main.cpp: Fix error printout
-
unknown authored
-
- 31 Jul, 2004 3 commits
- 30 Jul, 2004 22 commits
-
-
unknown authored
-
unknown authored
-
unknown authored
into hundin.mysql.fi:/home/marko/l/mysql-4.1
-
unknown authored
into mysql.com:/Users/mikron/mysql-4.1
-
unknown authored
Restore accidentally deleted comment of fil_create_directory_for_tablename() innobase/fil/fil0fil.c: Restore accidentally deleted comment of fil_create_directory_for_tablename()
-
unknown authored
ha_innobase::create(): pass the query string as UTF-8 to row_table_add_foreign_constraints() (Bug #4649) sql/ha_innodb.cc: ha_innobase::create(): pass the query string as UTF-8 to row_table_add_foreign_constraints() (Bug #4649)
-
unknown authored
into mysql.com:/Users/mikron/mysql-4.1
-
unknown authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
-
unknown authored
-
unknown authored
into mysql.com:/space/my/mysql-4.1
-
unknown authored
flags to enable static linking (to avoid having a shared lib dependency in the Linux RPMs) - Disabled OpenSSL in the Max RPM sql/Makefile.am: - added the MYSQL_EXTRA_LDFLAGS to the mysql_tzinfo_to_sql link flags to enable static linking (to avoid having a shared lib dependency in the Linux Server RPMs) support-files/mysql.spec.sh: - Disable OpenSSL in the Max RPM
-
unknown authored
into hundin.mysql.fi:/home/jan/mysql-4.1
-
unknown authored
into mysql.com:/Users/mikron/mysql-4.1 ndb/src/ndbapi/Ndblist.cpp: Auto merged ndb/test/include/HugoTransactions.hpp: Auto merged ndb/test/src/HugoTransactions.cpp: Auto merged
-
unknown authored
n**2 times in closeTransaction where n is number of signals sent in transaction. n can easily become 250.000 in a large transaction.
-
unknown authored
mysql-test/r/ps_6bdb.result: Updated results.
-
unknown authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
-
unknown authored
into mysql.com:/home/mysql_src/mysql-4.1-1717
-
unknown authored
sql-common/my_time.c: superfluous ; which caused a problem with gcc 2.95
-
unknown authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
-
unknown authored
mysql-test/r/auto_increment.result: bug test mysql-test/t/auto_increment.test: bug test sql/sql_base.cc: cleanup
-
unknown authored
into brandersnatch.localdomain:/home/dlenev/src/mysql-4.1-bg4492
-
unknown authored
into hundin.mysql.fi:/home/jan/mysql-4.1
-