1
0
mirror of https://github.com/MariaDB/server.git synced 2025-05-27 01:57:48 +03:00
unknown dd0d199ebe After merge fixes.
Note that mix_innodb_myisam_binlog and union fails after this patch (Will be fixed shortly by maintaners of this code)


client/mysql.cc:
  After merge fix
include/mysql.h:
  Some additions to MYSQL_BIND for cleaner prepared statement code
libmysql/libmysql.c:
  mysql_prepare_result -> mysql_get_metadata()
  Added test for offset overflow when using mysql_fetch_column()
  Cleaned up mysql_fetch_column()
  Optimized fetch_result() usage
mysql-test/r/func_group.result:
  Updated results after merge
mysql-test/r/func_test.result:
  Updated results after merge
mysql-test/r/grant.result:
  Updated results after merge
mysql-test/r/loaddata.result:
  Updated results after merge
mysql-test/r/lowercase_table.result:
  Updated results after merge
mysql-test/r/mix_innodb_myisam_binlog.result:
  Updated results after merge (note that this is still not correct; Need patch to mysqld to fix this properly)
mysql-test/r/myisam.result:
  Updated results after merge
mysql-test/r/range.result:
  Updated results after merge
mysql-test/r/rpl_loaddata.result:
  Updated results after merge
mysql-test/r/rpl_loaddata_rule_m.result:
  Updated results after merge
mysql-test/r/rpl_loaddata_rule_s.result:
  Updated results after merge
mysql-test/r/rpl_log.result:
  Updated results after merge
mysql-test/r/union.result:
  Updated results after merge
mysql-test/t/lowercase_table.test:
  Update after merge
mysql-test/t/myisam.test:
  Update after merge
mysql-test/t/union.test:
  Update after merge
sql-bench/compare-results.sh:
  Fix for now output format
sql/field.h:
  Added is_null_in_record() to make ha_innodb.cc code more general
sql/ha_innodb.cc:
  Removed some functions that uses inernal (private) MySQL information
sql/item_cmpfunc.cc:
  After merge fix
sql/log_event.cc:
  After merge fix; (Some code should be checked by Guilhem)
sql/opt_range.cc:
  Simple optimzation and after merge fixes
sql/slave.cc:
  After merge fix
sql/sql_acl.cc:
  After merge fix + code cleanup
sql/sql_select.cc:
  After merge fix
sql/sql_show.cc:
  After merge fix
sql/sql_table.cc:
  After merge fix
  Cleanup of mysql_checksum_table()
sql/sql_union.cc:
  After merge fixes.
  Note that after this the union test still fails; Will be fixed shortly...
tests/client_test.c:
  mysql_prepare_result() -> mysql_get_metadata()
2003-09-11 19:06:23 +03:00
..
2003-09-03 19:53:08 +03:00
2003-08-11 22:44:43 +03:00
2003-08-29 13:44:35 +03:00
2003-09-11 19:06:23 +03:00
2003-08-05 16:08:36 +03:00
2003-05-19 16:35:49 +03:00
2003-09-11 19:06:23 +03:00
2003-08-11 22:44:43 +03:00
2003-09-03 19:53:08 +03:00
2003-08-05 21:14:15 +02:00
2003-08-19 00:08:08 +03:00
2003-09-03 19:53:08 +03:00
2003-09-03 12:07:18 +02:00
2003-05-19 16:35:49 +03:00
2003-09-11 19:06:23 +03:00
2003-08-27 21:26:00 -04:00
2003-09-03 19:53:08 +03:00
2003-09-03 19:53:08 +03:00
2003-07-02 13:12:18 +03:00
2003-07-02 13:12:18 +03:00
2003-08-29 13:44:35 +03:00
2003-09-03 19:53:08 +03:00
2003-03-19 22:25:44 +02:00
2003-09-03 15:40:19 +02:00
2003-03-16 19:17:54 +02:00
2003-09-11 19:06:23 +03:00
2003-08-29 13:44:35 +03:00
2003-08-29 13:44:35 +03:00
2003-08-11 22:44:43 +03:00
2003-03-16 19:17:54 +02:00
2003-09-03 19:53:08 +03:00
2003-09-03 19:53:08 +03:00
2003-08-29 13:44:35 +03:00
2003-06-19 12:38:14 -04:00
2003-09-11 19:06:23 +03:00
2003-05-27 18:40:37 +03:00
2003-05-21 21:39:58 +03:00
2003-09-03 16:31:01 +02:00
2003-04-23 19:37:33 +05:00
2003-08-06 16:58:03 +04:00
2003-09-03 19:53:08 +03:00
2003-03-16 19:17:54 +02:00
2003-09-03 19:53:08 +03:00
2003-09-11 19:06:23 +03:00
2003-09-03 19:53:08 +03:00
2003-09-11 19:06:23 +03:00
2003-08-19 20:14:35 +03:00
2003-08-11 22:44:43 +03:00
2003-08-11 22:44:43 +03:00
2003-09-03 19:53:08 +03:00
2003-09-03 19:53:08 +03:00
2003-07-14 16:38:51 +05:00
2003-08-19 20:14:35 +03:00
2003-09-04 17:12:20 +05:00
2003-08-19 00:08:08 +03:00
2003-06-24 12:10:35 +03:00
2003-09-03 19:53:08 +03:00
2003-08-16 13:26:48 +03:00
2003-09-03 12:07:18 +02:00
2003-08-11 22:44:43 +03:00
2003-07-14 10:12:05 +03:00
2003-09-03 19:53:08 +03:00
2003-08-11 22:44:43 +03:00
2003-09-11 19:06:23 +03:00
2003-09-11 19:06:23 +03:00
2003-04-24 14:33:33 +03:00
2003-07-08 15:06:05 +05:00
2003-07-08 15:06:05 +05:00
2003-09-11 19:06:23 +03:00
2003-09-11 19:06:23 +03:00
2003-08-29 13:44:35 +03:00
2003-03-16 19:17:54 +02:00
2003-04-24 14:33:33 +03:00
2003-08-26 17:52:54 +03:00
2003-08-19 20:14:35 +03:00
2003-05-21 21:39:58 +03:00
2003-07-08 15:06:05 +05:00
2003-08-11 22:44:43 +03:00