summaryrefslogtreecommitdiff
path: root/sql/ha_innobase.cc
diff options
context:
space:
mode:
authormonty@hundin.mysql.fi <>2001-09-03 05:16:15 +0300
committermonty@hundin.mysql.fi <>2001-09-03 05:16:15 +0300
commit279de0c67c3c07d2dafb94763966842d8160c242 (patch)
treee5faac23f2977c577bc7fac42a2b90e5f53f2855 /sql/ha_innobase.cc
parent5d732a069833dcc668f28869a04091e0b23b0b46 (diff)
downloadmariadb-git-279de0c67c3c07d2dafb94763966842d8160c242.tar.gz
Update of manual with 4.0 changes
Create innodb table space if configuring with InnoDB and not using --skip-innodb Fixes for TRUNCATE TABLE and DROP DATABASE.
Diffstat (limited to 'sql/ha_innobase.cc')
-rw-r--r--sql/ha_innobase.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/ha_innobase.cc b/sql/ha_innobase.cc
index 5920ce86116..5287c228637 100644
--- a/sql/ha_innobase.cc
+++ b/sql/ha_innobase.cc
@@ -92,7 +92,7 @@ bool innobase_flush_log_at_trx_commit, innobase_log_archive,
to specify any startup options.
*/
-char *innobase_data_file_path= (char*) "ibdata:64M";
+char *innobase_data_file_path= (char*) "ibdata1:64M";
/* The following counter is used to convey information to InnoDB
about server activity: in selects it is not sensible to call
@@ -1915,7 +1915,7 @@ ha_innobase::change_active_index(
build_template(prebuilt, user_thd, table, ROW_MYSQL_WHOLE_ROW);
- return(0);
+ DBUG_RETURN(0);
}
/**************************************************************************