mariadb/BUILD
unknown c807724f36 Review of code pushed since last 5.0 pull:
Ensure that ccache is also used for C programs
mysql: Ensure that 'delimiter' works the same way in batch mode as in normal mode
mysqldump: Change to use ;; (instead of //) as a stored procedure/trigger delimiter
Fixed test cases by adding missing DROP's and rename views to be of type 'v#'
Removed MY_UNIX_PATH from fn_format()
Removed current_db_used from TABLE_LIST
Removed usage of 'current_thd' in Item_splocal
Removed some compiler warnings
A bit faster longlong2str code



BUILD/FINISH.sh:
  Ensure that ccache is also used for C programs
BUILD/SETUP.sh:
  Ensure that ccache is also used for C programs
client/mysql.cc:
  More debugging
  Ensure that 'delimiter' works the same way in batch mode as in normal mode.
  Compare 'delimiter' command case-insensitive.
  The above fixes the delimiter bugs so that we can now use ;; as a trigger/SP function delimiter in mysqldump.
client/mysqldump.c:
  Indentation fixes
  Use ;; as a delmimiter for stored procedures and triggers instead of //
client/mysqltest.c:
  Indentation fixes
include/my_sys.h:
  Remove not needed MY_UNIX_PATH parameter
mysql-test/r/alter_table.result:
  Better to reuse mysqltest database (test didn't properly delete mysqltest1 at start)
mysql-test/r/func_str.result:
  More testing of CONV() (to ensure that longlong2str() works correctly)
mysql-test/r/information_schema.result:
  Drop all used tables and views
  Rename view tables to 'v#' to ensure that if this test fails, not a lot of other test fails
mysql-test/r/information_schema_inno.result:
  Drop all used tables
mysql-test/r/multi_statement.result:
  Drop used tables
mysql-test/r/mysql.result:
  Add error messages to result
mysql-test/r/mysqldump.result:
  ;; is now used as SP/trigger delimiter
mysql-test/r/mysqlshow.result:
  Drop used tables
mysql-test/r/temp_table.result:
  Drop used views
  Rename views to v#
mysql-test/t/alter_table.test:
  Better to reuse mysqltest database (test didn't properly delete mysqltest1 at start)
mysql-test/t/func_str.test:
  More testing of CONV() (to ensure that longlong2str() works correctly)
mysql-test/t/information_schema.test:
  Drop all used tables and views
  Rename view tables to 'v#' to ensure that if this test fails, not a lot of other test fails
mysql-test/t/information_schema_inno.test:
  Drop all used tables
mysql-test/t/multi_statement.test:
  Drop used tables
mysql-test/t/mysql.test:
  Add error messages to result
mysql-test/t/mysqlshow.test:
  Drop used tables
mysql-test/t/temp_table.test:
  Drop used views
  Rename views to v#
mysys/mf_format.c:
  Remove not needed MY_UNIX_PATH parameter
  (This goes against how fn_format() is supposed to work and also conflicts with other options like MY_RETURN_REAL_PATH)
sql/ha_federated.cc:
  Removed extra empty line
sql/item.cc:
  Use 'str_value' instead of 'str_value_ptr' to hold result for Item_splocal
  Remove some calls to 'thd' in Item_splocal by making 'thd' a class variable
  One doesn't have to set 'null_value' when calling 'is_null()'
sql/item.h:
  Add THD as a class variable to Item_splocal
  Use 'str_value' instead of 'str_value_ptr' to hold temp result
  Fixed bug in Item_hex when used in CAST()
sql/item_func.cc:
  Optimize new code
sql/log_event.cc:
  Move 'to_unix_path()' out of fn_format()
sql/opt_range.cc:
  Simplify code
sql/sp_head.cc:
  Ensure that Item_splocal has thd set before we call '->this_item()'
sql/sql_class.cc:
  Return error if Statement::insert() fails in either hash_insert()
sql/sql_parse.cc:
  Remove 'current_db_used' as we can trivially check if db table qualifier was used without this.
  Simplify code
sql/sql_prepare.cc:
  Use enum instead of const int, to avoid ugly code for VC++
sql/structs.h:
  Remove compiler warnings when using STRING_WITH_LEN() with constant strings.
sql/table.cc:
  Fixed indentation
sql/table.h:
  Remove not needed current_db_used
strings/decimal.c:
  Simplify code
strings/longlong2str-x86.s:
  A bit faster longlong2str.
  (Took some ideas from Peter Gulutzan's code)
strings/my_strtoll10.c:
  Simplify code for MetroWerks compiler
2005-10-06 17:54:43 +03:00
..
.cvsignore Import changeset 2000-07-31 21:29:14 +02:00
autorun.sh Fix BUILD/autorun.sh to really bail out on error. 2005-07-18 21:33:05 +04:00
check-cpu Adding support for opteron optimization in build files. 2005-07-20 22:52:15 -07:00
cleanup hanged UDF interface to use clear() instead of reset() 2003-08-27 22:30:50 +03:00
compile-alpha Update to autoconf 2.52 2002-02-07 21:34:35 +02:00
compile-alpha-ccc Remove automatically generated autotools files from revision control. 2005-05-18 15:23:29 +04:00
compile-alpha-cxx Remove automatically generated autotools files from revision control. 2005-05-18 15:23:29 +04:00
compile-alpha-debug Remove automatically generated autotools files from revision control. 2005-05-18 15:23:29 +04:00
compile-amd64-debug-max Fix all BUILD/*max* scripts to use -DBIG_TABLES, like our real Max builds do. 2005-01-19 10:24:51 -08:00
compile-amd64-max Fix all BUILD/*max* scripts to use -DBIG_TABLES, like our real Max builds do. 2005-01-19 10:24:51 -08:00
compile-darwin-mwcc mwcc-wrapper, compile-darwin-mwcc, mwar-wrapper: 2005-05-05 09:34:15 +02:00
compile-dist Merge mysql.com:/space/my/mysql-4.0-build 2005-05-07 01:26:10 +02:00
compile-hpux11-parisc2-aCC Remove automatically generated autotools files from revision control. 2005-05-18 15:23:29 +04:00
compile-ia64-debug-max Remove automatically generated autotools files from revision control. 2005-05-18 15:23:29 +04:00
compile-irix-mips64-mipspro Remove automatically generated autotools files from revision control. 2005-05-18 15:23:29 +04:00
compile-pentium Update to autoconf 2.52 2002-02-07 21:34:35 +02:00
compile-pentium-cybozu Add missing parts for the "Cybozu" custom build, to avoid future manual patches. 2005-04-08 13:56:48 +02:00
compile-pentium-debug Fixed bug detected by sp-tests 2005-02-05 16:05:46 +02:00
compile-pentium-debug-max Fixed bug detected by sp-tests 2005-02-05 16:05:46 +02:00
compile-pentium-debug-max-no-embedded Removed dead options, fixed pentium script to no longer ask for isam (its not included in 5.0). 2005-07-15 11:15:44 -07:00
compile-pentium-debug-no-bdb Update needed for SuSE 7.3 2002-01-26 01:19:47 +02:00
compile-pentium-debug-openssl - removed duplicate my_sys.h inclusion from lib_vio.c 2003-02-21 16:37:18 +01:00
compile-pentium-debug-yassl WL#2286 Compile MySQL w/YASSL support 2005-04-28 18:23:27 +05:00
compile-pentium-gcov Merge with 4.0 tree 2003-11-18 18:54:27 +02:00
compile-pentium-gprof Update to autoconf 2.52 2002-02-07 21:34:35 +02:00
compile-pentium-icc Bug #12717 yassl: Crashes in "integer.cpp" when compiled with icc 2005-09-01 14:07:45 +02:00
compile-pentium-icc-valgrind-max Fix warnings from icc 2005-05-18 19:00:21 +03:00
compile-pentium-icc-yassl Bug #12717 yassl: Crashes in "integer.cpp" when compiled with icc 2005-09-01 14:07:45 +02:00
compile-pentium-max Fix all BUILD/*max* scripts to use -DBIG_TABLES, like our real Max builds do. 2005-01-19 10:24:51 -08:00
compile-pentium-myodbc - cleaned up BUILD scripts 2000-12-18 23:24:19 +02:00
compile-pentium-mysqlfs-debug Update needed for SuSE 7.3 2002-01-26 01:19:47 +02:00
compile-pentium-pgcc Remove automatically generated autotools files from revision control. 2005-05-18 15:23:29 +04:00
compile-pentium-valgrind-max Fix all BUILD/*max* scripts to use -DBIG_TABLES, like our real Max builds do. 2005-01-19 10:24:51 -08:00
compile-pentium64-debug Only enable Innodb extra debugging when using the --debug=full configure option 2005-01-26 16:07:53 +02:00
compile-pentium64-valgrind-max Porting of "buffered read" patch to 5.0 and post-review fixes. 2005-03-06 00:10:08 +03:00
compile-ppc - fixed file permissions (need execute bits set) 2004-12-02 10:11:28 +01:00
compile-ppc-debug - fixed file permissions (need execute bits set) 2004-12-02 10:11:28 +01:00
compile-ppc-debug-max Fix all BUILD/*max* scripts to use -DBIG_TABLES, like our real Max builds do. 2005-01-19 10:24:51 -08:00
compile-ppc-max Fix all BUILD/*max* scripts to use -DBIG_TABLES, like our real Max builds do. 2005-01-19 10:24:51 -08:00
compile-sap new build scripts for SAP team 2005-05-18 15:28:51 +02:00
compile-sap-debug new build scripts for SAP team 2005-05-18 15:28:51 +02:00
compile-solaris-sparc Remove automatically generated autotools files from revision control. 2005-05-18 15:23:29 +04:00
compile-solaris-sparc-debug Remove automatically generated autotools files from revision control. 2005-05-18 15:23:29 +04:00
compile-solaris-sparc-forte Remove automatically generated autotools files from revision control. 2005-05-18 15:23:29 +04:00
compile-solaris-sparc-purify Remove automatically generated autotools files from revision control. 2005-05-18 15:23:29 +04:00
FINISH.sh Review of code pushed since last 5.0 pull: 2005-10-06 17:54:43 +03:00
Makefile.am added file missing from release to EXTRA_DIST list (bug# 12733) 2005-08-22 22:13:56 +02:00
SETUP.sh Review of code pushed since last 5.0 pull: 2005-10-06 17:54:43 +03:00
test-alpha-ccc Import changeset 2000-07-31 21:29:14 +02:00