代码搜索:trigger
找到约 3,730 项符合「trigger」的源代码
代码结果 3,730
www.eeworm.com/read/166734/5473353
c g_trigger.c
/*
===========================================================================
Copyright (C) 1999-2005 Id Software, Inc.
This file is part of Quake III Arena source code.
Quake III Arena sourc
www.eeworm.com/read/309984/3701033
h trigger_definitions.h
/* Copyright (C) 2003 MySQL AB
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Fou
www.eeworm.com/read/306902/3730977
sql test_for_trigger.sql
--测试class与student之间的级联外键约束
select * from class
select * from student
delete class where classid=8
insert into student(studentno,studentname,gender,birthday,classid,remark) values('1111','David','0
www.eeworm.com/read/306721/3734852
c altivec_trigger.c
/*****************************************************************************
*
* XVID MPEG-4 VIDEO CODEC
* - Altivec SIGILL trigger -
*
* Copyright(C) 2004 Edouard Gomez
www.eeworm.com/read/290307/3980292
sql cre_trigger.sql
Create or replace trigger dw_xx
before update on dw_xx
for each row
BEGIN
if :old.dwmc :new.dwmc and :old.dwmc is not null then
insert into dw_xxbg(BGID,DWID,DWMC,DWLB,BGXM,BGXMMC,
www.eeworm.com/read/416749/2118373
sql trigger_selection.sql
CREATE TABLE `trigger_selection` (
`event_ns` varchar(255) not null default '' UNIQUE,
PRIMARY KEY (`event_ns`),
`selection_ns` varchar(255) not null default ''
) TYPE=InnoDB;;
www.eeworm.com/read/398634/2373756
h trigger_definitions.h
/* Copyright (C) 2003 MySQL AB
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Fou
www.eeworm.com/read/398634/2374675
result trigger-grant.result
DELETE FROM mysql.user WHERE User LIKE 'mysqltest_%';
DELETE FROM mysql.db WHERE User LIKE 'mysqltest_%';
DELETE FROM mysql.tables_priv WHERE User LIKE 'mysqltest_%';
DELETE FROM mysql.columns_priv WH
www.eeworm.com/read/398634/2374730
result rpl_trigger.result
stop slave;
drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9;
reset master;
reset slave;
drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9;
start slave;
create table t1 (a int auto_increment, primary key
www.eeworm.com/read/398634/2374893
result trigger-compat.result
DELETE FROM mysql.user WHERE User LIKE 'mysqltest_%';
DELETE FROM mysql.db WHERE User LIKE 'mysqltest_%';
DELETE FROM mysql.tables_priv WHERE User LIKE 'mysqltest_%';
DELETE FROM mysql.columns_priv WH