-
Notifications
You must be signed in to change notification settings - Fork 141
Shard Query Unsupported Features
Justin Swanhart edited this page Oct 12, 2013
·
1 revision
- All access is via one abstracted virtual schema/database
- Schemas are created using the shards.ini file
- Access is denied to the
mysql
database
- Temporary tables are not supported
- found_rows()
- last_insert_id()
- sql_calc_found_rows()
- row_count()
- connection_id()
- current_user()
- session_user()
- user()
- system_user()
- database() / schema()
- master_pos_wait()
- name_const()
- get_lock()
- free_lock()
- is_free_lock()
- is_used_lock()
- release_lock()
- lock table
- lock tables
- unlock tables
- SELECT ... FOR UPDATE
- SELECT ... LOCK IN SHARE MODE
- :=
- INTO clause
- LOAD DATA INFILE (use provided external loader)
- LOAD_FILE
- show master status
- show slave status
- show binlogs
- show binary logs
- show create database
- show databases
- show logs
- show mutex
- show engine
- show innodb
- show open
- show privileges
- show status
- show variables
- check table
- checksum table
- backup table
- repair table
- restore table
- call
- do
- handler
- begin
- start transaction
- commit
- rollback
- set transaction
- savepoint
- xa start
- xa begin
- xa end
- xa prepare
- xa commit
- xa rollback
- xa recover