Java知识分享网 - 轻松学习从此开始!    

Java知识分享网

        
AI编程,程序员挑战年入30~100万高级指南 - 职业规划
SpringBoot+SpringSecurity+Vue权限系统高级实战课程        

IDEA永久激活

Java微信小程序电商实战课程(SpringBoot+VUe)

     

AI人工智能学习大礼包

     

PyCharm永久激活

66套java实战课程无套路领取

     

Cursor+Claude AI编程 1天快速上手视频教程

     

mysql9.1的技术文档,用户手册 PDF 下载


时间:2024-11-29 10:35来源:http://www.java1234.com 作者:转载  侵权举报
mysql9.1的技术文档,用户手册
失效链接处理
mysql9.1的技术文档,用户手册  PDF 下载

 
 
相关截图:
 


主要内容:
 
7.6.6.1 Version Tokens Elements
Version Tokens is based on a plugin library that implements these elements:
• A server-side plugin named version_tokens holds the list of version tokens associated with the
server and subscribes to notifications for statement execution events. The version_tokens plugin
uses the audit plugin API to monitor incoming statements from clients and matches each client's
session-specific version token list against the server version token list. If there is a match, the plugin
lets the statement through and the server continues to process it. Otherwise, the plugin returns an
error to the client and the statement fails.
• A set of loadable functions provides an SQL-level API for manipulating and inspecting the list of
server version tokens maintained by the plugin. The VERSION_TOKEN_ADMIN privilege (or the
deprecated SUPER privilege) is required to call any of the Version Token functions.
• When the version_tokens plugin loads, it defines the VERSION_TOKEN_ADMIN dynamic
privilege. This privilege can be granted to users of the functions.
• A system variable enables clients to specify the list of version tokens that register the required server
state. If the server has a different state when a client sends a statement, the client receives an error.
 


 

------分隔线----------------------------


锋哥推荐