Menu

[r8320]: / trunk / database / drop_mysql.sql  Maximize  Restore  History

Download this file

36 lines (33 with data), 1.4 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
/*==============================================================*/
/* Database name: MySql */
/* DBMS name: MySQL 3.23 */
/* Created on: 04.02.2003 19:48:39 */
/*==============================================================*/
drop procedure IF EXISTS ABTEST;
drop procedure IF EXISTS TEST_All_TYPES;
drop procedure IF EXISTS MultipleVaryingResultSets;
drop procedure IF EXISTS SingleResultSet;
drop procedure IF EXISTS ALL_PARAMS_IN;
drop procedure IF EXISTS TwoResultSets;
drop procedure IF EXISTS ThreeResultSets;
drop function IF EXISTS SIMPLE_FUNC;
drop function IF EXISTS FuncReturnInteger;
drop table IF EXISTS blob_values;
drop table IF EXISTS date_values;
drop table IF EXISTS default_values;
drop table IF EXISTS default_values2;
drop table IF EXISTS cargo;
drop table IF EXISTS people;
drop table IF EXISTS equipment2;
drop table IF EXISTS equipment;
drop table IF EXISTS department;
drop table IF EXISTS extension;
drop table IF EXISTS number_values;
drop table IF EXISTS string_values;
drop table IF EXISTS not_null_values;
drop table IF EXISTS high_load;
drop table IF EXISTS `Spaced Names`;
drop table IF EXISTS TEST_BIT_FIELDS;
drop table IF EXISTS TEST_MYSQL_BOOLEANS;
drop table IF EXISTS bcd_values;
drop table IF EXISTS time_fraction_values;
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.