mirror of
https://github.com/MariaDB/server.git
synced 2025-02-01 11:31:51 +01:00
Merge xiphis.org:/home/antony/work2/p2-bug24270.2
into xiphis.org:/home/antony/work2/p2-bug24270.3
This commit is contained in:
commit
a9183720c2
3 changed files with 3 additions and 0 deletions
|
@ -521,6 +521,7 @@ print <<EOF;
|
|||
-- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
|
||||
EOF
|
||||
print "set sql_mode='';\n";
|
||||
print "delete from help_topic;\n";
|
||||
print "delete from help_category;\n";
|
||||
print "delete from help_keyword;\n";
|
||||
|
|
|
@ -873,6 +873,7 @@ fi
|
|||
|
||||
cat << END_OF_DATA
|
||||
use mysql;
|
||||
set sql_mode='';
|
||||
set storage_engine=myisam;
|
||||
$c_d
|
||||
$i_d
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
# this sql script.
|
||||
# On windows you should do 'mysql --force mysql < mysql_fix_privilege_tables.sql'
|
||||
|
||||
set sql_mode='';
|
||||
set storage_engine=MyISAM;
|
||||
|
||||
CREATE TABLE IF NOT EXISTS func (
|
||||
|
|
Loading…
Add table
Reference in a new issue